-
I've found that passing a dynamic value to the directive like this won't work:
`v-ripple.600="rippleColor"`
`rippleColor` changes dynamically based on if my app is in light or dark mode. Unfort…
-
Trigger styles by class not inline css.
How are we supposed to customize the layout easily if you hardcode all the styles?
PS. Sorry for caps
-
### Clear and concise description of the problem
Similarly to how it was working inside WindiCSS and to be better aligned with other utilities I suggest applying default theme duration value when n…
-
I downloaded your repo but wasn't working for me so I modified it like this please confirm will this work fine?
---
**modified gulpfile.js**
---
```
var gulp = require('gulp'),
settings = …
-
Hi, I would like to pass a portion of html code into the component.
I use the component in this way:
`:`
I would like to know if it is possible to pass a portion of html (precisely a span to color …
-
`root.css`
```css
:root {
--color-1: red;
}
.color{
color: var(--color-1)
}
```
`root2.css`
```css
:root {
--color-1: green;
}
.color{
color: var(--color-1)
}
```
`index.ht…
-
zmbxy updated
5 months ago
-
Howdy,
I am getting an error when using Browsersync, specifically when I'm using the css style injection feature, I'm following a tutorial. The autoupdate/refresh feature does not work when I change …
-
## Describe the feature
What do you think about an approach which would allow to toggle class names and inject css variables like this?
```tsx
const Title = styled.h1`
display: block;
${s…
-
Hey there, thanks for making this plugin!
I noticed an incompatibility with the [postcss-simple-vars](https://github.com/postcss/postcss-simple-vars) plugin. Specifically the option to [set defaul…