tweak readme
This commit is contained in:
parent
273d6c43af
commit
d1967f321b
14
README.md
14
README.md
|
@ -2,18 +2,16 @@
|
||||||
|
|
||||||
> CSS For Minimalists
|
> CSS For Minimalists
|
||||||
|
|
||||||
Grayscale is a tiny-dynamic-classless css stylesheet designed for rapid prototyping. Use AS-IS or...
|
Grayscale is a tiny-dynamic-classless css stylesheet designed for rapid prototyping and **LIVE** dynamic style alterations. **CHANGE A SINGLE COLOR** to **REDEFINE YOUR ENTIRE THEME**, complete with *light* and *dark* modes.
|
||||||
|
|
||||||
**CHANGE A SINGLE COLOR** and **REDEFINE YOUR ENTIRE THEME**, complete with *light* and *dark* modes.
|
It *may* be `classless`, but it *oozes* [style](src/extras)
|
||||||
|
|
||||||
It *may* be `classless`, but it *oozes* with an [extendable](src/extras) style that just rocks!!
|
|
||||||
|
|
||||||
All in **2kb gzipped!**
|
All in **2kb gzipped!**
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Tiny, 2kb
|
- Tiny, 2kb
|
||||||
- Classless
|
- Classless
|
||||||
- Dynamic, 15 Custom CSS Vars
|
- Dynamic, 15 Custom CSS Vars
|
||||||
- Pure CSS Theme Generation
|
- Pure CSS Theme Generation
|
||||||
- Includes Light and Dark Themes
|
- Includes Light and Dark Themes
|
||||||
|
@ -37,7 +35,7 @@ While **Grayscale CSS** can generate a dynamic theme based on A SINGLE COLOR, it
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Add `data-theme="dark"` to the `html` tag for a taste of the dark side
|
> Add `data-theme="dark"` to the `html` tag for a taste of the dark side
|
||||||
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
@ -54,7 +52,3 @@ While many of the core ideas are here to keep it as small as possible, there are
|
||||||
- theme designs for normally uncustomizable parts:checkbox, radio button, range sliders ect...
|
- theme designs for normally uncustomizable parts:checkbox, radio button, range sliders ect...
|
||||||
|
|
||||||
- Im a fan of `details` & `summary`, needs to be included
|
- Im a fan of `details` & `summary`, needs to be included
|
||||||
|
|
||||||
- toggleable accent color (defaults to theme)
|
|
||||||
|
|
||||||
- documentation around how various layout and designs can be created with just regualar html tags; like `main` , `article`, `section`, or the absence of them
|
|
||||||
|
|
Loading…
Reference in New Issue