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
PostCSS cleanup plugin to strip !important for AMP compatible CSS
<script type="module">
import buddyePostcssRemoveImportant from 'https://cdn.skypack.dev/@buddye/postcss-remove-important';
</script>
PostCSS cleanup plugin to strip !important for AMP compatible CSS
module.exports = { plugins: { "@buddye/postcss-remove-important": {} } }
From https://gist.github.com/georgecrawford/acb44cae777f5d0378d1db001acefacd