CSSdoc v1.1.1
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()
andclamp()
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 incssdoc::compile()
- Split config into its own file and extended
cssdoc
- Added tests