Skip to content

CSSdoc v1.2.0

Choose a tag to compare

@hexydec hexydec released this 18 Dec 08:48
· 14 commits to master since this release

This update adds support for the @layer directive, and improves syntax:

  • Added @layer directive to list of nested directives
  • Updated directive::parse() to set a new empty property, for detecting when a directive has curly brackets, but no content, enabling directives with just properties not to be deleted
  • Updated require to be called as a keyword instead of a function call
  • Added tests
  • Updated dependencies