postcss / postcss-custom-properties

Use Custom Properties in CSS
https://postcss.github.io/postcss-custom-properties
MIT License
596 stars 77 forks source link

add: ability to set variables after initial load #35

Closed joeybaker closed 9 years ago

joeybaker commented 9 years ago

When using this module as part of a live-reload system, devs might change the variable list after the module has been loaded. This adds a setVariables method on the plugin to enable that functionality.

MoOx commented 9 years ago

Nice. Can you add a minimal test please ?

joeybaker commented 9 years ago

:heavy_check_mark: done!

MoOx commented 9 years ago

Thanks!

MoOx commented 9 years ago

Released as 4.1.0

joeybaker commented 9 years ago

Thanks!