-
After updating from `postcss-modules-values@1.3.0` to `postcss-icss-values@2.0.1` I get the following errors in my CSS build:
```
./src/ui/badge/stories/badge.stories.css
Module build failed: Mod…
-
```
\node_modules\css-annotation\node_modules\postcss\lib\input.js:29
this.css = css.toString();
^
TypeError: Cannot read property 'toString' of undefined
at new Inp…
-
Good morning,
Let's say I'm looking to transpile this valid CSS4 code:
```
.justify {
hyphens: auto;
@media (width > 35.01em) {
text-align: justify;
}
}
```
`postcss-csso` won'…
-
I am using version "postcss-pxtorem": "^6.0.0" and I'm having the same issue. This is part of my config in postcss.config.js.
```js
'postcss-pxtorem': {
rootValue: 37.5,
propList: …
-
Hi
I've only started playing with craco and this plugin tonight, so I may well be missing something pretty obvious.
We have a large CRA typescript project which I'm experimenting with. The craco.…
-
Hi, using latest version I get the following error:
```
postcss: src/components/nes-grid/nes-grid.css, line: 470: src/components/nes-grid/nes-grid.css
The `$(icon):nes-gap-2` class does…
-
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
- […
-
Actullay this plugin is awesome, but if `className`s exist in partial PostCSS file, all of them know as `undefined`
react component example;
import styles from 'SrcRoot/style.pcss';
…
-
I'd like to lint .scss files.
``` shell
doiuse sass/variables/_spacings.scss
```
Produces:
```
{ CssSyntaxError: /Users/rolle/Projects/airdev/content/themes/air-light/sass/variables/sass/va…
-
I have an astro project with a `global.css` style. Inside, I import an open-props css file like so:
```css
@import url("../../node_modules/open-props/open-props.min.css");
```
My `postcss.config…