mirror of https://github.com/n2geoff/stylelite.git
49 lines
1.0 KiB
Markdown
49 lines
1.0 KiB
Markdown
# Stylelite CSS
|
|
|
|
> Styles that work for you
|
|
|
|
Stylelite is a tiny-dynamic-classlite css foundation for any project. Easy to extend, with extras already available, and Great for rapid prototyping.
|
|
|
|
It *may* be light on `class`, but it makes up for it in *[style](src/extras)*
|
|
|
|
All in **3kb gzipped!**
|
|
|
|
### Features
|
|
|
|
- Tiny, 3kb
|
|
- Class-lite
|
|
- Complementary classes for
|
|
- Layout: .row, .col, .grid
|
|
- Utility: .left, .right, ect...
|
|
- Extras: pick-and-choose expanded style options
|
|
- Dynamic, 12 Custom CSS Vars
|
|
- Includes Light and Dark Themes
|
|
|
|
> WARNING: ever-green browsers need only apply ;)
|
|
|
|
|
|
## Check it Out
|
|
|
|
- [Download](https://raw.githubusercontent.com/n2geoff/stylelite/main/dist/stylelite.min.css)
|
|
|
|
|
|
> Add `data-theme="dark"` to the `html` tag for a taste of the dark side
|
|
|
|
|
|
## LICENSE
|
|
|
|
- [MIT](LICENSE)
|
|
|
|
|
|
## TODO
|
|
|
|
Keep it small, but immediately useful.
|
|
|
|
Tweaks to hit that SWEET spot:
|
|
|
|
- dialog tag support (extras)
|
|
- spinner (extras)
|
|
- toggle/switch (extras)
|
|
- Navigation Tabs (extras)
|
|
- Color Utility (extras)
|