🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.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

23

0.19.0

Diff
mlm
published 0.19.0 •
mlm
published 0.18.0 •

Changelog

Source

v0.18.0 - 2021-05-11

  • [breaking] Add basic postcss 8 support (older versions of PostCSS no longer compatible)
    • Thank you to @delucis for the contribution
mlm
published 0.17.0 •

Changelog

Source

v0.17.0 - 2020-04-24

  • Expand variables in AtRule properties
    • Thank you to @pvande for the contribution
    • Merged via https://github.com/MadLittleMods/postcss-css-variables/pull/121
mlm
published 0.16.0 •

Changelog

Source

v0.16.0 - 2020-04-24

  • Add ability to pass callback function to options.preserve to determine whether to preserve declaration
mlm
published 0.14.0 •

Changelog

Source

v0.14.0 - 2019-11-24

mlm
published 0.13.0 •

Changelog

Source

v0.13.0 - 2019-06-17

  • Add options.preserveAtRulesOrder so media queries are outputted in the order they are defined (as expected)
    • Thank you to @erikthalen for the contribution via https://github.com/MadLittleMods/postcss-css-variables/pull/101
  • Remove calc from readme table of contents for non-existent section
mlm
published 0.12.0 •

Changelog

Source

v0.12.0 - 2019-02-21

mlm
published 0.11.0 •

Changelog

Source

v0.11.0 - 2018-10-09

  • Fix JS-defined variables using isImportant, https://github.com/MadLittleMods/postcss-css-variables/pull/87
mlm
published 0.10.0 •

Changelog

Source

v0.10.0 - 2018-09-25

mlm
published 0.9.0 •

Changelog

Source

v0.9.0 - 2018-06-26

  • Adds opts.preserveInjectedVariables, which when set to false, removes the :root { ... } custom property declarations added via opts.variables