Fixes #751 - stringifying CSS variables.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 29 May 2016 15:09:17 +0000 (17:09 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 31 May 2016 08:47:35 +0000 (10:47 +0200)
commit9d30393cc5dbf872ba405944c2108f330bae4ee9
tree00e3369ae1db2d513212ca85c12fd9abbdf1103e
parent20d68e78124d498c217efadbe24ccd2c9e94b0bb
Fixes #751 - stringifying CSS variables.

CSS variables come in two variants

- defined as a block which can be applied using @apply keyword (used
  in Polymer);
- defined as a simple value or another variable reference.

The second way was broken when source maps were built as stringifying
code was always expecting a block.
History.md
lib/stringifier/helpers.js
test/source-map-test.js
test/tokenizer/tokenizer-test.js