-
## CVE-2021-23382 - Medium Severity Vulnerability
Vulnerable Libraries - postcss-6.0.23.tgz, postcss-7.0.16.tgz
postcss-6.0.23.tgz
Tool for transforming styles with JS plugins
Library home page: h…
-
Hi, when updating dependencies I got a message about 34 moderate severity vulnerabilities. These are apparently caused by the outdated version of PostCSS. Here is the full `npm audit` output:
```
…
-
I am facing this issue right now, not sure how to fix it. Here is my rollup.config.js
```js
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
imp…
-
Reading through [https://github.com/CSSLint/csslint/wiki/Build-System-Integration](), there's no mention of [postcss](https://github.com/postcss/postcss) but it feels to me like that'd be the ideal pl…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
9.1.4
### Which area(s) of pnpm are affected? (leave empty if unsure)
_No response_
#…
-
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
- […
-
Bunchee supports CSS now, but I think we need to at least support Tailwind. So supporting PostCSS is a better idea.
## TL;DR
Create an internal postcss-plugin. It executes the postcss API to tra…
-
I'm experiencing multiple build errors in my project using the Fresh framework after trying to implement theme changing with DaisyUI. These errors did not occur when I initially added DaisyUI, but sta…
-
### Description
Webpack fails when using assets file in packages.
E.g.:
```
packageA
a.js
a.jpg
a.css
a.ttf
```
```scss
// a.css
@font-face {
// ...
src: url("./a.ttf"…
-
**Describe the bug**
I'm not sure what causes this error, I'm using Next.js 10.0.9, with bundled css-minimizer-webpack-plugin and postcss-nested, postcss-custom-media and I'm having this error
```…
Dema updated
2 months ago