nuxt-windicss icon indicating copy to clipboard operation
nuxt-windicss copied to clipboard

🍃 Windi CSS for Nuxt ⚡

Results 28 nuxt-windicss issues
Sort by recently updated
recently updated
newest added

Nuxt is not detecting new classes added to template on hot reload. Even if I refresh the page manually. To see the changes I must recompile it by modifing nuxt.config.js...

**Describe the bug** Looks like the plugin is only using the classes that can be scanned at startup. HMR works great with classes already in use before app startup, but...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Clone repository '...' 2. Run '....' 3. See error...

### Describe the bug How to use the `@layer` directive? Currently, while using `@nuxtjs/tailwindcss`, I import 3 `@tailwind` related to base, layer, components in the start of the sass file,...

If I enable the nuxt-windicss plugin, my sass styles as defined in the nuxt config `css` parameter are not loaded. This does not happen if I use a css stylesheet....

**Describe the bug** use w-[calc(400px*var(--foo))] in https://windicss.org/play is working, but nuxt-windicss-module is not working env: nuxt: 2.15.4 nuxt-windicss: 1.1.3 **To Reproduce** Steps to reproduce the behavior: 1. open [codesandbox link](https://codesandbox.io/s/nuxt-windi-m65mf?file=/pages/index.vue)...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Clone repository [windicss-nuxt-bridge-reproduction](https://github.com/MikeSaprykin/windicss-nuxt-bridge-reproduction) 2. Run commands ``` yarn install...

**Describe the bug** When I use `yarn build` I got this error: ``` ERROR in ./styles/tailwind.css (./node_modules/css-loader/dist/cjs.js??ref--3-oneOf-1-2!./node_modules/postcss-loader/src??ref--3-oneOf-1-3!./node_modules/windicss-webpack-plugin/dist/loaders/windicss-css.js!./styles/tailwind.css) Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: Expected an attribute. at /app/styles/tailwind.css:60:1 at Root._error...

**Describe the bug** Using `@layer base` in custom CSS causes it to be _prepended_ instead of _appended_ to layer. If I add code in `@layer base` for setting defaults for...

**Describe the bug** Windi doesn't split styles correctly **To Reproduce** I've created some nested styles structure, and windicss aggregates all nested styles from the siblings and apply them to all...