grunt-postcss
grunt-postcss copied to clipboard
Apply several post-processors to your CSS using PostCSS.
[PostCSS 8.0 changelog](https://github.com/postcss/postcss/releases/tag/8.0.0) - [ ] Move `postcss` to `peerDependencies` - [ ] Update install docs - [ ] Update `postcss` version
Addresses WS-2018-0590 https://github.com/kpdecker/jsdiff/commit/2aec4298639bf30fb88a00b356bf404d3551b8c0
**Issue:** We now need to replace the autoprefixer (as of V9) browsers options to use browsers list. How do we implement this and/or how do we integrate .browserslistrc with the...
I don't see to work autoprefixer for appearance: none;
When configuring multiple files for processing (depending on the plugin) the resulting files might be garbage since they share the same processor instance and do not wait until the processing...
Would it be possible to update to postcss 7.x? Thanks!
https://github.com/C-Lodder/grunt-postcss
using minmax, according to #66
border: inset 5px border-bottom-width: 0; border-top-style: solid; border-color: white transparent transparent; Generates following output: border-color: #fefefe transparent transparent; border-style: solid 5px 5px; border-width: inset inset 0;
Hi, I'm not sure if you want it that way, or if it's a bug. In my project I got src files in web/assets/css and web/assets/js for css and javascript...