Skip to content

CSSdoc v1.0.3

Choose a tag to compare

@hexydec hexydec released this 15 Sep 21:09
· 28 commits to master since this release

This release fixes a a few typing issues and PHPdoc errors:

  • Fixed errors in PHPdocs
  • Removed duplicate configuration items in cssdoc::$config
  • Fixed bug in document::__construct() where the rules were not stored in the class
  • Fixed issue in cssdoc::load() where the document was not reset correctly
  • Fixed issue in cssdocTest::compareMinify() where if the input is blank, there is no internal document do minify and compile, the load() method is now tested
  • Updated dependencies
  • Fixed status badge in readme.md