Socket
Socket
Sign inDemoInstall

postcss-cli

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cli - npm Package Versions

1
6

3.0.0

Diff

Changelog

Source

3.0.0 / 2017-03-15

ryanzim
published 3.0.0-beta •

Changelog

Source

Changes since 3.0.0-beta

Breaking Changes

  • Don't exit on CssSyntaxError in watch mode. v2 behaved this way, but v3.0.0-beta didn't.
  • Error out if from or to options are set in the config file. Use command line arguments instead.

New Features

  • Add --poll option. v2 had this, however, this new implementation removes the capability to set the interval, which was supported in v2.

Bugfixes

  • Set from option for correct sourcemaps
  • Fix --watch's glob handling
  • Fix error handling
watilde
published 2.6.0 •

Changelog

Source

Changes since v2.6.0

Breaking Changes

  • Uses https://github.com/michael-ciniawsky/postcss-load-config for config files. Dropped support for the v2 config file format.
  • Can't set input files in config file; pass input files on the command line instead.
  • --use accepts a list of plugins. This may cause issues if you have your list of css files at the end of your command.
  • Can't pass options to plugins via --plugin.key=value anymore, use a config file.
  • Changed usage of the --map option; use --map for external sourcemaps, --no-map to disable all maps. Inline sourcemaps are default.
  • Removed --log flag; this behavior is now default.
  • Removed the --local-plugins flag; same result can be achieved with postcss.config.js.
  • Removed the global watchCSS handler, plugins that import/rely on other files should use a dependency message instead.
  • Changed behavior of the --poll option; no longer accepts an integer interval.

New Features

  • --ext (-x) option allows you to set the file extensions for your output files when using --dir.
  • --env allows you to set NODE_ENV in a cross-platform manner.

Migration guide for upgrading from v2: https://github.com/postcss/postcss-cli/wiki/Migrating-from-v2-to-v3

watilde
published 2.5.2 •

Changelog

Source

2.5.2 / 2016-04-18

  • Fix typo in help message: -use => [--use|-u]
  • npm install --save mkdirp
  • Support mkdirp to create dest path if it doesn't exists
  • Fix booleans in config file
pirxpilot
published 2.5.1 •

Changelog

Source

2.5.1 / 2016-02-11

  • fix input argument
pirxpilot
published 2.5.0 •

Changelog

Source

2.5.0 / 2016-01-30

  • move to postcss/postcss-cli repository
  • Update Readme.md
pirxpilot
published 2.4.1 •

Changelog

Source

2.4.1 / 2016-01-27

  • improve warning disply format
pirxpilot
published 2.4.0 •

Changelog

Source

2.4.0 / 2016-01-15

  • add support for source maps
pirxpilot
published 2.3.3 •

Changelog

Source

2.3.3 / 2015-12-28

  • add usage example for local-plugins option in config file
pirxpilot
published 2.3.2 •

Changelog

Source

2.3.2 / 2015-10-27

  • auto-configure postcss-import support
  • add support for watching multiple entry points
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc