-
That is currently not possible?!
- https://windicss.org/guide/features.html#%F0%9F%8E%B3-utility-groups
```ts
class="hover:(border-green-600 shadow-lg)"
```
We give the parser the files and…
-
While loading the page or refreshing - you can see "bare page" for a while without css styles. Just white page and text. It takes a while for the css styles to load.
The problem is on dev and produ…
-
To use the built components, it does not have multi language support
To use the source directly, it is too tightly coupled with windicss
Is it possible to include i18n?
-
[reproduction] https://github.com/kamilic/windicss-freeze-reproductions
-
I wrote this colors in windi.config.cjs:
```JS
module.exports = {
theme: {
container: {
center: true
},
extend: {
colors: {
white: '#ffffff',
'gray-…
-
When adding this plugin, vite startup time goes from ~400ms to ~550ms without config file to ~700ms with config file.
I don't know what causes the first slow down, but for the second one it seems …
-
I think a video is better to understand:
https://user-images.githubusercontent.com/904724/166730285-d28417e5-5b91-4559-8b3f-b89f802d6a7d.mp4
Adding classes that are not generated by Tailwind at …
-
**Describe the bug**
When use background with `data:image/svg+xml;utf8` url in pseudo class like this:
```less
// less and
// transformCSS: true
&::after {
position: absolute;
top: 0;
…
-
Is there a way for WindiCSS to work with Remix.run?
-
目前windicss的单位是rem,是否有方法可配置成是固定的px,不使用rem,目前在移动端横屏会改变html的文字大小,尺寸没法固定