CSSdoc v1.2.0
This update adds support for the @layer directive, and improves syntax:
- Added
@layerdirective to list of nested directives - Updated
directive::parse()to set a newemptyproperty, for detecting when a directive has curly brackets, but no content, enabling directives with just properties not to be deleted - Updated
requireto be called as a keyword instead of a function call - Added tests
- Updated dependencies