postcss-unprefix
postcss-unprefix copied to clipboard
PostCSS CSS unprefix
I am trying to create a responsive table, with shadows indicating an overflow on mobile from this article. I wrap my tables in a div with the following css: .table-wrapper...
*zoom property causes error: Invalid regular expression: /^(?:-\w+-)?*zoom$/: Nothing to repeat
Like this: ``` css .foo { display: -webkit-box !important; } ```
- [x] 1 Remove all prefixes? if user want to run autoprefixer, they can do it later, 1 plugin = 1 task, also they will be able to select different...
Awesome plugin. Maybe you should use postcss-flexboxfixer and postcss-gradientfixer for that complicated cases?