Adds basic support for input source maps.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 11 Nov 2014 18:41:54 +0000 (18:41 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commit78928d469dcff2a2b0376e2679fd47bf92aaaedb
tree94d7a2053f98e97f9ec465968d3f06509cdeef75
parente410af39a8c5f16645cae4e594516003cce32fe2
Adds basic support for input source maps.

* `sourceMap` option can be given as source map string.
* Particularly useful for preprocessed stylesheets.
README.md
lib/clean.js
lib/selectors/source-map-stringifier.js
lib/selectors/stringifier.js
test/source-map-test.js