Skip to content

Commit ecb923f

Browse files
committed
docs: fix import syntax, version pin, license link, add yarn
1 parent 555afa1 commit ecb923f

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A classless CSS framework with character. Drop in one stylesheet, write semantic HTML, get a beautiful result with three baked-in themes including the signature **Gallo** dark theme.
77

8-
- 🎨 Three themes — Light, Dark & Gallo
8+
- 🎨 Three themes — Light, Dark & Gallo
99
- 🏷️ Classless — pure semantic HTML
1010
- ⚡ Zero dependencies, zero build step for users
1111
- 📦 ~10 KB minified
@@ -22,7 +22,7 @@ A classless CSS framework with character. Drop in one stylesheet, write semantic
2222
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gallocss/gallo/gallo.min.css">
2323

2424
<!-- Pin to a version -->
25-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gallocss/gallo@1.0.1/gallo.min.css">
25+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gallocss/gallo@1.0.2/gallo.min.css">
2626
```
2727

2828
### npm
@@ -31,14 +31,20 @@ A classless CSS framework with character. Drop in one stylesheet, write semantic
3131
npm install @gallocss/gallo
3232
```
3333

34+
### yarn
35+
36+
```bash
37+
yarn add @gallocss/gallo
38+
```
39+
3440
Then in your HTML:
3541
```html
3642
<link rel="stylesheet" href="node_modules/@gallocss/gallo/gallo.min.css">
3743
```
3844

3945
Or import in your CSS/JS bundler:
4046
```css
41-
import "@gallocss/gallo/gallo.css";
47+
@import "@gallocss/gallo/gallo.css";
4248
```
4349

4450
### Download manually
@@ -117,4 +123,4 @@ Tested on the latest stable versions of Chrome, Firefox, Safari, and Edge.
117123

118124
## License
119125

120-
[MIT](./LICENSE)
126+
[MIT](./LICENSE.md)

0 commit comments

Comments
 (0)