Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tasks/config/tasks] Fixes Autoprefixer warnings in build log #6887

Open
wants to merge 4 commits into
base: next
Choose a base branch
from

Commits on Oct 21, 2018

  1. Configuration menu
    Copy the full SHA
    8db5202 View commit details
    Browse the repository at this point in the history
  2. Add thanks Semantic-Org#6631

    jlukic committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    d9cd115 View commit details
    Browse the repository at this point in the history
  3. Build 2.4.2

    jlukic committed Oct 21, 2018
    3 Configuration menu
    Copy the full SHA
    deb275d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Renamed settings.prefix.browsers to overrideBrowserslist in tasks/con…

    …fig/tasks.js
    
    Renamed `settings.prefix.browsers` to `overrideBrowserslist` to get rid of the following warning when building:
    
    ```
    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
    ```
    nitzel committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    5f912ab View commit details
    Browse the repository at this point in the history