class8
v0.3.5
Published
Dynamic style generator. No more CSS writing. Only Classes.
Downloads
9
Maintainers
Readme
class8
Dynamic style generator.
No more CSS writing. Only Classes.
Focus on DOM only.
Installation
Install package with NPM and add it to your development dependencies:
npm i class8
Usage
<div class="w-100px h-10vh bg-red fs-2em color-blue border-2px_dashed_green shadow-0_0_1em_rgba(200,100,0,.3) text-center">text</div>
:hover{ .. }
<div class="w-100px h-50px bg-yellow cursor-pointer {:hover}_:bg-blue"></div>
help me to complete documentation