grondje / grondje.github.io

0 stars 0 forks source link

Use Autoprefixer #7

Open soylent-grin opened 8 years ago

soylent-grin commented 8 years ago

Remove CSS prefixes from your SASS code - there is a tool that add them in dist CSS automatically - https://github.com/postcss/autoprefixer. BTW, take a look on the whole PostCSS project - Bootstrap 5, for example, is going to be rewritten in PostCSS, without LESS or SCSS.

grondje commented 8 years ago

added npm plugin gulp-autoprefixer prefix config is browsers: ['> 5%', 'last 2 version']