setup-nativewind 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +1 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -48,6 +48,7 @@ async function run() {
|
|
|
48
48
|
console.log(' 2. Start using Tailwind classes in your components');
|
|
49
49
|
if (projectType.includes('ts')) {
|
|
50
50
|
console.log(' 3. nativewind-env.d.ts has been created for TypeScript support ✅');
|
|
51
|
+
console.log(' 4. Start your dev server once to resolve any CSS import warnings');
|
|
51
52
|
}
|
|
52
53
|
console.log('');
|
|
53
54
|
}
|