Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buddye/postcss-remove-important
PostCSS cleanup plugin to strip !important for AMP compatible CSS
https://github.com/buddye/postcss-remove-important
postcss postcss-plugin
Last synced: 4 days ago
JSON representation
PostCSS cleanup plugin to strip !important for AMP compatible CSS
- Host: GitHub
- URL: https://github.com/buddye/postcss-remove-important
- Owner: buddye
- License: other
- Created: 2018-07-02T20:49:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T09:53:43.000Z (over 6 years ago)
- Last Synced: 2024-10-31T18:40:01.649Z (15 days ago)
- Topics: postcss, postcss-plugin
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
postcss-remove-important
=======
PostCSS cleanup plugin to strip !important for AMP compatible CSS`
module.exports = {
plugins: {
"@buddye/postcss-remove-important": {}
}
}
`From
https://gist.github.com/georgecrawford/acb44cae777f5d0378d1db001acefacd