Skip to content

CSSdoc v1.1.1

Compare
Choose a tag to compare
@hexydec hexydec released this 15 May 17:01
· 12 commits to master since this release

This release fixed a number of issues, and improves code quality:

  • Updated composer.json to inidicate PHP 8.0+ support
  • Fixed #7 where hexadecimal colours with an opacity notation were incorrectly minified
  • Fixed#8 where min(), max() and clamp() all support calc operations, but the spaces were not retained
  • Updated github workflow with newer packages
  • Removed dead code
  • Made assertions clearer when checking values as booleans
  • Added some comments
  • Fixed null issue in cssdoc::compile()
  • Split config into its own file and extended cssdoc
  • Added tests