postcss-clean icon indicating copy to clipboard operation
postcss-clean copied to clipboard

PostCss plugin to minify your CSS with clean-css

Results 11 postcss-clean issues
Sort by recently updated
recently updated
newest added

When running this module against the latest postcss config, I get `node.getIterator() is not a function`: ``` PluginError [TypeError]: node.getIterator is not a function at LazyResult.visitTick (.../node_modules/postcss/lib/lazy-result.js:484:33) at LazyResult.runAsync (.../node_modules/postcss/lib/lazy-result.js:372:30)...

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

I can't use this plugin in my project currently because it's using very old versions of clean-css and postcss.

I tried adding postcss-clean to the config.js doesn't seem to work..what am i missing. ``` const purgecss = require('@fullhuman/postcss-purgecss'); const clean = require('postcss-clean'); module.exports = { plugins: [ require('tailwindcss'), require('autoprefixer'),...

Hi, @leodido, ### Issue Description I noticed that a vulnerability is introduced in **[email protected]_**: Vulnerability **CVE-2021-23382** affects package **_postcss_** (versions:=8.0.0 =7.0.36

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.3.2 to 2.3.4. Commits e4dfb0a 2.3.4 7d66ffd Update public suffix list 7564c06 Merge pull request #100 from salesforce/no-re-parser 751da6d Document removal of 256 space limit 8452ccd Convert...

dependencies

Hello, Right now, I'm running postcss first, then clean-css-cli on its result, and using a map file which inlines sources, I manage to trace which files/lines each rule comes from...

bug
build

[Docs](https://docs.npmjs.com/files/package.json#peerdependencies). This blocks the **pending** release.

enhancement