cluzier/PrefaceCSS

gulp scss browser autoprefixer issue

Closed this issue · 2 comments

On command: gulp scss

Result:

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option cause some error. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist

Is this properly resolved?

Is this properly resolved?

realized it was just a warning, can find here: ng-packagr/ng-packagr#1310

resolved.