🚀 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

0.3.7

Diff
mlm
published 0.3.7 •

Changelog

Source

v0.3.7 - 2015-05-27

  • Fix #7: Support for child combinator
  • Added tests for child-combinator/direct-descendant coverage
mlm
published 0.3.6 •

Changelog

Source

v0.3.6 - 2015-05-21

  • Fix #6. Variable usage in comma separated selector to use proper scope
mlm
published 0.3.5 •

Changelog

Source

v0.3.5 - 2015-05-12

  • Big refactor of code to reduce cyclomatic complexity. Still needs work though.
  • Fix variable referencing another variable resolution when being changed by at-rule in non-root rule
mlm
published 0.3.3 •

Changelog

Source

v0.3.3 - 2015-05-11

  • Add support for last piece of combinator chain in selector resolution matching. - .foo + .bar can match variables declared in .bar
mlm
published 0.3.2 •
mlm
published 0.3.1 •

Changelog

Source

v0.3.1 - 2015-05-05

  • Large overhaul of code to make it more robust on proper scope resolution.
  • Fix [#2]](https://github.com/MadLittleMods/postcss-css-variables/issues/2)
mlm
published 0.2.3 •

Changelog

Source

v0.2.3 - 2015-05-04

  • Add support for CSS4 descendant selector >> syntax
mlm
published 0.2.2 •

Changelog

Source

v0.2.2 - 2015-05-01

  • Automatically prefix any variables defined in options.variables with -- (according to CSS custom property syntax).