-
Updated `postcss-loader` package to the latest version (2.1.6) and now getting the following errors on build.
`Unknown error from PostCSS plugin. Your current PostCSS version is 6.0.23, but postcss…
-
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
- […
-
npm run dev
![image](https://user-images.githubusercontent.com/39892640/159827113-a0d41359-4634-4b22-80ca-038d7a143cc9.png)
my package.json
"dependencies": {
"axios": "0.18.1",
"core-js"…
-
### What version of Bun is running?
1.1.4+fbe2fe0c3
### What platform is your computer?
Darwin 22.4.0 arm64 arm
### What steps can reproduce the bug?
I recently started getting errors running `bu…
-
Hi,
We're currently coming up against an issue when we activate a Content Security Policy with the style-src directive set. The styles related to this package get blocked as a consequence. Below is…
-
It looks like this plugin [tries](https://github.com/MadLittleMods/postcss-increase-specificity/blob/f952606dca9ec9bd76ebc27065417e0c8c5c2824/index.js#L16) not to break `html` selectors, but it doesn'…
-
**Thanks for your PostCSS plugin!**
As you probably know, [PostCSS 8] was released a few days ago. It would be great if you could make this plugin compatible with the latest version. The creators …
-
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
- […
-
Hi!
It think that I found problem in this plugin. CSS allows nesting at-rules. The plugin ignores this.
## Problem
### Minimum code example:
```
import postcss from 'postcss';
import sortMed…
-
[`postcss-selector-parser`](https://github.com/postcss/postcss-selector-parser) has been made with the goal of improving the handling of css selectors in postcss plugins by making sure to avoid output…