See #801 - recommends clean-css styles concatenation.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 27 Dec 2016 13:31:10 +0000 (14:31 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 27 Dec 2016 13:36:52 +0000 (14:36 +0100)
commit89250708842267128bbeee4c08735a6596e32f79
tree4a2a872ca02ce33c8b7efca2b1f4abcaaa525597
parentf20a2d05f77a0a25479e31b3d688af358aa0be11
See #801 - recommends clean-css styles concatenation.

Why:

* There is a difference between passing in a concatenated string
  and letting clean-css do the job. The former will discard
  `@import` statements appearing not at the beginning of the string,
  while the latter will discard only those appearing not at
  the beginning of any of the files. Because of this behavior,
  the latter way is recommended.
README.md
bin/cleancss
test/binary-test.js