-
In my [Feeling Sassy Again](https://cloudfour.com/thinks/feeling-sassy-again/) article, I mentioned how I thought that Sass was best for proprietary/compiled features while PostCSS was best at browser…
-
Hello. I've tried to get codepan working with PostCSS plugins but I'm not sure how to configure it.
I tried adding a `postcss.config.js` file:
```js
module.exports = {
plugins: {
'autop…
-
Using postcss in my React app, and then when i do
```javascript
import codemirrorstyles from 'codemirror/lib/coremirror.css'
```
the classes are already processed, so there is no class `CodeMirr…
-
I'm still new to node, webpack and this whole brave new world of js development. Your ampersand.js/react tutorial really helped me get started.
I upgraded all my packages to newish versions and rec…
-
The postcss plugin doesn't write soucemaps when doing the lightning CSS conversion.
[I think this is where it needs to happen](https://github.com/tailwindlabs/tailwindcss/blob/next/packages/%40tail…
-
When using the [`loseless: true`](https://github.com/postcss/postcss-selector-parser/blob/6158750aab0aed3046a5920bd58e0e0266a4ada2/API.md#processoroptions) option trailing spaces are removed unexpecte…
-
> (socket) svelte-preprocess@5.0.4 contains risks:
> Install scripts - Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
> Accept r…
-
The documentation for the [lazySizes object fit extension](https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/object-fit) does mention that the polyfill is not a fully-automated solution and s…
-
Vulnerable Library - vitawind-2.2.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/postcss/package.json
## Vulnerabilities
| CVE | Severity | CVSS | Depe…
-
### Link to the code that reproduces this issue
https://github.com/bglaz2/postcss-values-bug
### To Reproduce
Start the application in development mode (pnpm dev).
Observe the error:
```
./app/s…