tailwind
tailwind copied to clipboard
Makes using TailwindCSS in NativeScript a whole lot easier!
webpack 5.103.0 compile error when building project with @nativescript/tailwind version 4.0.6. Had to downgrade to version 4.0.5 to make it work. "@nativescript/core": "~9.0.8", "@nativescript/angular": "~20.1.0", "tailwindcss": "~4.1.18", "@angular-devkit/build-angular": "~21.0.3", "@angular/compiler-cli":...
It seems like theme variables do not update if the code is updated during a `ns run` or `ns debug` session with HMR enabled (as it is by default). I...
```css @layer theme, base, components; @import "tailwindcss/theme.css" layer(theme); @import "tailwindcss/utilities.css" layer(utilities); ``` can you apply this example into README.md if you don't use it,you will get ``` Error: undefined:4:1: missing...
Added npm install --save @nativescript/tailwind tailwindcss removed .. "@nativescript/theme": "~3.1.0", "nativescript-theme-core": "~1.0.4", Are these required ?