Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Releases: postcss/postcss-custom-properties

6.0.0

12 May 08:47
Compare
Choose a tag to compare
  • Added: compatibility with postcss v6.x

5.0.2

01 Feb 06:36
Compare
Choose a tag to compare
  • Minor dependency update
    (#57)

5.0.1

22 Apr 19:58
Compare
Choose a tag to compare
  • Fixed: trailing space after custom property name causes duplicate empty
    property
    (#43)

5.0.0

25 Aug 04:48
Compare
Choose a tag to compare
  • Removed: compatibility with postcss v4.x
  • Added: compatibility with postcss v5.x

4.1.0

14 Jul 05:52
Compare
Choose a tag to compare
  • Added: plugin now returns itself in order to expose a setVariables function
    that allow you to programmatically change the variables.
    (#35)

4.0.0

17 Jun 07:20
Compare
Choose a tag to compare
  • Changed: messages and exceptions are now sent using postcss message API.

3.3.0

08 Apr 05:14
Compare
Choose a tag to compare
  • Added: preserve now support "computed" so only preserve resolved custom properties (see new option below)
  • Added: appendVariables allows you (when preserve is trulthy) to append your variables as custom properties
  • Added: strict: false allows your to avoid too many fallbacks added in your CSS.

3.2.0

31 Mar 08:09
Compare
Choose a tag to compare
  • Added: JS defined variables are now resolved too (#22)

3.1.0

16 Mar 12:57
Compare
Choose a tag to compare
  • Added: variables defined in JS are now automatically prefixed with --
    (0691784)

3.0.1

06 Feb 06:30
Compare
Choose a tag to compare
  • Fixed: logs now have filename back (#19)