-
i've been going back and forth with a way to use grunt configs to fine tune the options of each postcss processor as the way it works now it can only be configured via functions and if i were to say w…
-
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
``` css
.test {
color: color(hsl(210, 10%, 85%) blend(hsl(330, 50%, 70%) 50%));
}
```
Error message says: Unable to parse color from string "hsl(330,"
can get the bug here too: http://cssnext.io/pl…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
I am using `rollup-plugin-postcss` on my project and the dependabot found this vuln:
```
Dependabot cannot update is-svg to a non-vulnerable version
The latest possible version that can be instal…
-
Has anyone used this with webpack and PostCSS?
You can use `postcss.config.js` to load variables and plugins and i've tried the following:
```
module.exports = {
remove: false,
plugins: [
…
-
This will have some benefits. The most notable benefit is that Stylus leaves custom @rules as-is when it compiles down to CSS (so, `@component { }` in `file.styl` will be `@component { }` in `file.css…
-
postcss plugins like https://github.com/postcss/postcss-color-function are not working, due to the build order, right now it's being processed by postcss like `color(${ theme.color.tertiary } contrast…
-
Looking to convert at TailwindCSS Next.js app to TokenCSS. Didn't get very far. After following the instructions for a non-astro site and updating the `postcss.config.js` with the following:
```js
…