Postcss Cssnext Versions Save

`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.

1.8.3

8 years ago
  • Fixed: url option (postcss-url) have been updated in order to benefit from severals fixes.

1.8.2

8 years ago
  • Fixed: CLI watcher now works watchs correctl multiples @import (#123)

1.8.1

8 years ago
  • Added: cssnext now throw an error if used as a webpack loader to prevent unexpected usage with a recommendation for cssnext-loader (#61)

1.8.0

8 years ago
  • Fixed: replacement of postcss-log-warnings (deprecated) by postcss-reporter (#162)
  • Fixed: CLI now add to option automatically (#159) If you were happy with the previous CLI behavior (which was not rebasing url), you should probably just add the --no-url to keep the CSS as it was.
  • Changed: compress option now use cssnano v2.x (#166)
  • Added: CLI output file dirname is now automatically created (using mkdirp) (#146)

1.7.1

8 years ago
  • Fixed: bullet for browser messages should be visible on Chrome Windows. Changed from to

1.7.0

8 years ago
  • Added: warning to deprecate previous (wrong) custom selectors syntax. Previously they were working with and without pseudo syntax ':' which is incorrect according to specs Now you must use @custom-selector :--{name} syntax instead of @custom-selector --{name} The support of syntax without : and the warning message will be remove in the next major release (#97)
  • Added: plugins option that allows you to pipe your own transformations (#118)
  • Added: messages option that allows you to see messages of transformations (#88)
  • Added: :any-link pseudo class support

1.6.0

8 years ago
  • Added: prevent mutability issues with frozen options objects (#147)

1.5.2

8 years ago
  • Fixed: support for autoprefixer 5.2 (#131)

1.5.1

8 years ago
  • Fixed: when printing a bug report in CLI, url was not printed, due to a replacement of colors lib by chalk in 1.5.0 (#129)

1.5.0

8 years ago
  • Changed: compress option use cssnano instead of CSSWring.