windicss-webpack-plugin
windicss-webpack-plugin copied to clipboard
🍃 Windi CSS for webpack ⚡
**Describe the bug** As title. It seems `windi.config.js` change doesn't cause HMR on a next.js project. **To Reproduce** Steps to reproduce the behavior: 1. Clone repository: https://github.com/donrsh/issue-NextJS-HMR-on-windi-config-change 2. Run `yarn...
xl:w-[calc(50%-(140px/2))] is not parsed w-[calc(50%-(140px/2))] is not parsed w-[calc(50%-(140px*2))] is not parsed w-[calc(50%-(140px+2))] is not parsed w-[calc(50%-(140px-2))] is not parsed w-[calc(50%-70px)] is parsed w-[calc(50%-(140px%2))] is parsed xl:w-[calc(50%-(140px%2))] is parsed Everything...
在插件中使用 ```js api.addBase({ h1:{ color:"red" } }) ``` 使用 postcss 插件构建的时候 css 产物中存在 使用 windicss-webpack-plugin 构建时, windicss layer base 为空
**Describe the bug** This plugin overrides some of the htmlWebpackPlugin options. This may lead to an error when building if you use the es6 syntax `${}` . e.g. ```HTML Document...
Resolve the issue here [126](https://github.com/windicss/windicss-webpack-plugin/issues/126)
**Describe the bug** I'm using the experimental appDir (which is used by a lot of people to test currently) and WindiCSS in my app. Using WindiCSS in the pages dir...
Vue3-storybook example not works at all **To Reproduce** Steps to reproduce the behavior: 1. Clone this repository 2. Install dependencies 3. Go into `example/vue3-storybook` dir and install dependencies 4. Run...
**Describe the bug** After setting the 'important' option to '#app' in 'windi.config.ts', using '@apply' while using the top layer ':deep' in the '.vue' file causes scoped style compilation error **To...
**Describe the bug** In some case, this plugin break the source code, which is written by react. Specific, when the code about `React.Context` included in plugin process, the behavior will...