2.0.0
- Droped support for Nodejs < 8
- Bumped
csstree
to 1.1.1 - CLI exits with code
1
and outputs messages tostderr
when errors (#12) - Added built version for browsers:
dist/csstree-validator.js
(#11) - Added at-rule validation for name, prelude and descriptor
- Added
validateAtrule
,validateAtrulePrelude
,validateAtruleDescriptor
,validateRule
andvalidateDeclaration
methods