Version note:
This pre-release is a complete rewrite of the old package as it isn't really expected to write working CSS with this package alone. This package is currently meant to help generating repetitive CSS.
This means that the old `ValueLogic` system is completely abandoned and replaced by a simple CSSProperty class from AthenaLib that simply holds a name and a value component.
A similar system like the old `ValueLogic` might eventually return, but for now it is left aside.
What's Changed
* Create python-app.yml by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/13
* Create __init__.py by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/14
* Update Test_CSSProperty.py by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/15
* Cleanup by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/17
* Create FUNDING.yml by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/18
* Docu by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/19
* Update requirements.txt by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/20
* Delete .github directory by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/21
* Delete info by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/22
* Refactor by AndreasSas in https://github.com/DirectiveAthena/AthenaCSS/pull/23
**Full Changelog**: https://github.com/DirectiveAthena/AthenaCSS/compare/v0.7.0...v0.8.0