Skip to content

3.0.0

Choose a tag to compare

@giuseppeg giuseppeg released this 20 Oct 11:27
· 27 commits to master since this release
  • Add experimental encapsulate option/feature

  • Pin core plugins order:

    postcss-easy-import
    [ user plugins ]
    [ encapsulation plugins ]
    autoprefixer
    postcss-reporter

  • CLI flags override config file options

  • Input file is now linted (previously only imported files were passed through
    the linting tools)

  • Add --throw-error (-e) to CLI

  • Enable lint option by default

  • Add postcss-apply

  • Add postcss-color-function

  • Add debug option to pass an postcss-debug instance

  • Allow usage of transform and onImport in postcss-easy-import

  • Remove beforeLint feature

  • Add default browsers list for autoprefixer

  • Use stylelint-config-suitcss from within the preprocessor. No longer needs
    to be installed locally by the consumer.