damonbauer / npm-build-boilerplate

A collection of packages that build a website using npm scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoprefixer does not trigger -webkit- prefix.

tpkahlon opened this issue · comments

commented

Upon Sass compilation, generated CSS files are missing "webkit" prefix.

Are you sure the code being prefixed needs -webkit-? The default configuration of autoprefixer is for the last 2 versions of a browser.

Unless there is an error running autoprefixer, this shouldn't be a bug; rather, it would be an autoprefixer configuration option you can add. It uses browserslist under the hood, so take a look at their documentation: https://github.com/ai/browserslist