Yumma CSS
If you know CSS, you already know Yumma CSS.
Yumma CSS is a utility framework whose class names are derived from CSS property names
by one rule: initials of the property, initials of the value. d-f is display: flex,
jc-sb is justify-content: space-between. No invented vocabulary to memorize, just
CSS, compressed.
Installation
Install yummacss as a dev dependency and initialize configuration
npm install yummacss -D
npx yummacss init
Build
npx yummacss build
Documentation
Learn more at yummacss.com
License
This project is licensed under the MIT License.