politicalrev / political-revolution.com

The website for Political Revolution
https://political-revolution.com
11 stars 7 forks source link

Add gulp-autoprefixer to our Gulp styles pipeline and remove _prefix() sass mixin #13

Closed Smona closed 7 years ago

Smona commented 7 years ago

gulp-autoprefixer transparently prefixes the outputted css for maximum browser compatibility. The forty theme used a custom mixin that we no longer want to support.

NathanAB commented 7 years ago

Unless I'm missing something, this already seems to be the case: https://github.com/politicalrev/political-revolution.com/blob/master/web/app/themes/thepoliticalsage/gulpfile.js#L102

Smona commented 7 years ago

Oh, neat! Don't know how I missed that 😂

Smona commented 7 years ago

Completed in 091e05e