nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

Add support for safe mode #78

Closed oliverwoodings closed 9 years ago

oliverwoodings commented 9 years ago

Adds support for the autoprefixer-core safe mode flag. Useful if you are using 3rd party libs that might have dodgy formatting.

ai commented 9 years ago

@oliverwoodings BTW can you show coe example, where you need Safe Mode. Some of PostCSS developers says, that it is unnecessary, your example will be very helpful :).

nDmitry commented 9 years ago

Sorry for the delay, the option is implemented. Couldn't merge this automatically, so I just close this PR.