postcss / postcss-custom-properties

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

Fix README typo regarding `appendVariables` setting #74

Closed BrianSipple closed 6 years ago

BrianSipple commented 7 years ago

Please correct me if I'm wrong, but I believe the intent of the docs regarding appendVariables is to say that if you aren't preserving variables during the build, you can still have them tacked on in the end. If so, this would be an important fix.

jonathantneal commented 6 years ago

@BrianSipple, looking at the tests, the documentation is correct. Specifying true changes the output to append variables to the end of the file.