🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-css-variables

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-css-variables - npm Package Versions

13

0.8.1

Diff
mlm
published 0.8.1 •

Changelog

Source

v0.8.1 - 2018-03-21

  • Log undefined variables (available in result.warnings())
    • Thank you to @pixeldrew for the contribution
mlm
published 0.8.0 •

Changelog

Source

v0.8.0 - 2017-08-08

mlm
published 0.7.0 •

Changelog

Source

v0.7.0 - 2017-03-12

mlm
published 0.6.0 •

Changelog

Source

v0.6.0 - 2016-09-23

mlm
published 0.5.2 •

Changelog

Source

v0.5.2 - 2016-08-24

mlm
published 0.5.1 •

Changelog

Source

v0.5.1 - 2015-10-24

  • Fix postcss/postcss#611 where we were trying to remove the root node on clean up
  • Improved test setup
mlm
published 0.5.0 •

Changelog

Source

v0.5.0 - 2015-09-12

  • Upgrade to PostCSS v5. Fix #20
mlm
published 0.4.0 •

Changelog

Source

v0.4.0 - 2015-07-02

  • Fix #15 - Remove slowness from cloning the root with node.clone().removeAll(). Now using ./lib/shallow-clone-node.js to avoid cloning children which will get removed right after. - Thank you to @ddprrt for bringing up the slowness issue in this article, PostCSS misconceptions.
mlm
published 0.3.9 •

Changelog

Source

v0.3.9 - 2015-06-29

  • Remove opts global leak. Fix #13
mlm
published 0.3.8 •

Changelog

Source

v0.3.8 - 2015-05-28

  • Add support for pseudo selectors :hover :before