See #895 - ignoring specific styles.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 7 Jun 2017 12:23:27 +0000 (14:23 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 16 Jun 2017 18:05:12 +0000 (20:05 +0200)
commit7f552c0e004bab375c145eb317e3f250e9241fb0
tree7f6a899e07429f93660dc807b60e0ce2ddf7dbf0
parent595cd47e44440cf86c2fda09dea370c6129fd226
See #895 - ignoring specific styles.

Why:

* Allows parts of CSS document to be wrapped between
  /* clean-css ignore:start */ and /* clean-css ignore:end */ comments
  passing them to output untouched by parsing and optimizing;
* in case of some special stylesheets when optimizations can break
  styling.
History.md
README.md
lib/tokenizer/token.js
lib/tokenizer/tokenize.js
lib/writer/helpers.js
test/integration-test.js
test/tokenizer/tokenize-test.js