Added CSS color utilities and respective tests.

Installed mocha and chai for testing.

Changed package versions to avoid vulnerabilities.
This commit is contained in:
2022-04-17 01:27:00 -05:00
parent d46f30273d
commit cb72a387aa
5 changed files with 1256 additions and 271 deletions

5
.gitignore vendored
View File

@@ -493,4 +493,7 @@ dist
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
# Don't include HTML documentation.
docs
docs
# Don't include junit coverage report.
junit