mirror of https://github.com/n2geoff/stylelite.git
readme
This commit is contained in:
parent
20e7f38324
commit
ac5f55c286
28
README.md
28
README.md
|
@ -12,10 +12,11 @@ All in **3kb gzipped!**
|
||||||
|
|
||||||
- Tiny, 3kb
|
- Tiny, 3kb
|
||||||
- Class-lite
|
- Class-lite
|
||||||
- Complementary classes for
|
- With Complementary Utility Classes
|
||||||
- Layout: .row, .col, .grid
|
- Layout
|
||||||
- Utility: .left, .right, ect...
|
- `.row`, `.col`, `.grid`, `.group`, `.left`, `.right`, `.center`
|
||||||
- Extras: pick-and-choose expanded style options
|
|
||||||
|
- **extras/** supplies pick-and-choose styles to expanded your options
|
||||||
- Dynamic, 12 Custom CSS Vars
|
- Dynamic, 12 Custom CSS Vars
|
||||||
- Includes Light and Dark Themes
|
- Includes Light and Dark Themes
|
||||||
|
|
||||||
|
@ -24,10 +25,20 @@ All in **3kb gzipped!**
|
||||||
|
|
||||||
## Check it Out
|
## Check it Out
|
||||||
|
|
||||||
- [Download](https://raw.githubusercontent.com/n2geoff/stylelite/main/dist/stylelite.min.css)
|
Via `jsdelivr` CDN
|
||||||
|
|
||||||
|
```
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/n2geoff/stylelite/dist/stylelite.min.css">
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
or [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
|
|
||||||
|
## Dark Mode
|
||||||
|
|
||||||
|
Add `data-theme="dark"` to the `html` tag for a taste of the dark side
|
||||||
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
@ -41,8 +52,5 @@ Keep it small, but immediately useful.
|
||||||
|
|
||||||
Tweaks to hit that SWEET spot:
|
Tweaks to hit that SWEET spot:
|
||||||
|
|
||||||
- dialog tag support (extras)
|
- Dark mode use native browser scrollbars/classes
|
||||||
- spinner (extras)
|
|
||||||
- toggle/switch (extras)
|
|
||||||
- Navigation Tabs (extras)
|
|
||||||
- Color Utility (extras)
|
- Color Utility (extras)
|
||||||
|
|
Loading…
Reference in New Issue