add readme
This commit is contained in:
parent
892c892114
commit
ff139e674e
|
@ -0,0 +1,41 @@
|
|||
# Stylelite CSS
|
||||
|
||||
> CSS Classlite For Minimalists
|
||||
|
||||
Stylelite is a tiny-dynamic-classlite stylesheet foundation for rapid prototyping and project growth.
|
||||
|
||||
It *may* be light on `class`, but it *oozes* [style](src/extras)
|
||||
|
||||
All in **2kb gzipped!**
|
||||
|
||||
### Features
|
||||
|
||||
- Tiny, 2kb
|
||||
- Classlite
|
||||
- Dynamic, 6 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:
|
||||
|
||||
- Support more tags
|
||||
- `details` & `summary`
|
Loading…
Reference in New Issue