-
Hi,
First I apologise since it not directly a Scopify issue but more a CSS Module + Scopify usage question.
I would like to be able to use Scopify with [CSS Modules and its composition system](https…
-
Hello, I'm running into an issue trying to compile custom scss plus Bootstrap 4.0. I'm pretty new to using rollup also, so I'm using [create-react-library](https://github.com/transitive-bullshit/creat…
-
I am always getting `atRule.before is not a function` error when building.
here is my package.json
```
"devDependencies": {
"autoprefixer": "^9.5.1",
"babel-loader": "^5.3.2",
"boo…
-
Hello,
I just discovered astroturf and it looks awesome but I can't get it to work following the examples in the docs. I have this code:
```
import React from 'react'
import styled from 'astroturf…
-
### Describe the bug
Using global in svelte style tag throw a warning : ```Unused CSS selector "*"``` but no rules like these are defined.
Using Svelte 5, I don't know if it could be related.
The…
-
Hey preactjs team! I was super excited to find this project, and wanted to start by thanking you for all of your effort.
I saw that Sass support was added [a few months back](https://github.com/pre…
-
Thanks for the great plugin! Any chance you'd consider adding at-rules parsing support? I'm trying to use this alongside postcss-mixins, but it looks like parse-vars() does nothing when passed as a va…
-
```
warning svg-transform-loader > svg-mixer-utils > anymatch > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning svg-trans…
-
by using this plugin , with webpack + antd/antd-mobile, my webpack.config.js will be :
```
require("postcss-pxtorem")({ rootValue: 37.5, propList: ["*"], minPixelValue: 2, selectorBlackList: [] })…
-
Suggestion,
``` css
@define-placeholder gigantic {
font-size: 40em;
@media (max-width: 600px) {
font-size: 20em;
}
}
```
Or,
``` css
@define-placeholder gigantic {
font-size: 40em;
}
…