mirror of https://github.com/n2geoff/stylelite.git
readme tweak
This commit is contained in:
parent
b38aeb25e4
commit
8638507cb1
16
README.md
16
README.md
|
@ -52,25 +52,15 @@ It is RECOMMENDED you import **Stylelite** via a `main.css` or the like referenc
|
||||||
```css
|
```css
|
||||||
@import url(stylelite);
|
@import url(stylelite);
|
||||||
|
|
||||||
/* Customize Vars / Theme */
|
/* customize */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--theme: steelblue;
|
--theme: steelblue;
|
||||||
--size: 1rem;
|
|
||||||
--radius: 0rem;
|
--radius: 0rem;
|
||||||
|
...
|
||||||
--fg: #17202A;
|
|
||||||
--bg: #FDFEFE;
|
|
||||||
--mg: #99A3A4;
|
|
||||||
|
|
||||||
--white: #FFF;
|
|
||||||
--black: #000;
|
|
||||||
|
|
||||||
--light: #EEE;
|
|
||||||
--dark: #222;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add Your Styles Below */
|
/* or add your own styles below */
|
||||||
|
|
||||||
```
|
```
|
||||||
### Avaliable Vars
|
### Avaliable Vars
|
||||||
|
|
Loading…
Reference in New Issue