-
I started using windicss in a Nuxt project and I have a lot of code like this:
```
...
function selectedClass(url) {
return route.value.path === url
? 'bg-cyan-800 text-…
-
[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html
- [x] I have tried upgrading by running `bundle update vite_ruby`.
- [x] I have read the __[troubleshooting sect…
-
**Describe the bug**
The `latest` version has this issue, but nuxt-windicss@2.2.8 take effect
Online demo: https://stackblitz.com/edit/nuxt-starter-7yncsv?file=assets%2Fpost.css
Windicss do n…
-
Basically, I want to be able to do this:
```lua
windicss = {
cmd = { "windicss-language-server", "--stdio" },
filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "dja…
-
when run the with sveltekit windicss daisyui - without diasy it works
```Shell
gitpod /workspace/template-sveltekit $ npm run dev
template-sveltekit@0.0.1 dev
svelte-kit dev
🌼 daisyUI compo…
-
Invoking `transform` from `windicss/helpers` resulting the following error:
```sh
$ cd $(mktemp -d)
$ yarn add windicss @tailwindcss/ui
$ node -e "const { transform } = require('windicss/helpers…
-
Markup:
```html
```
Rendered HTML:
```html
````
Generated CSS:
```css
.tracking-wide {
letter-spacing: 0.025em !important;
}
.uppercase {
text-transform: uppercas…
-
package: `rollup-plugin-windicss: 1.8.4`
When compiling with `rollup -c` I get the following error.
```
/Users/seanaye/dev/personal/portfolio/packages/ui/src/index.tsx → dist/browser/index.modu…
-
When I include this plugin in my config, the `h-screen` CSS classes doesn't work anymore, e.g. they are not included in the final stylesheet:
```
```
![Screenshot 2022-11-04 at 09 39 59](https:…
23tux updated
2 years ago
-
Hi guys,
Thanks for your work on windicss.
I tried to add windicss in a Phoenix App. I've modified the webpack.config.js file by adding the WindiCSSWebpackPlugin.
When I add the ``` import "win…