You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,22 @@
5
5
6
6
### Zero Config. Flat Learning Curve
7
7
8
-
Hgrid is not a UI framework, but a starting point intended to make HTML work out of the box. It provides some sensible defaults so you can start prototyping without having to deal with browser quirks, unstyled elements and basic responsivity.
8
+
**Hgrid** is a starting point intended to make HTML work out of the box. It's not a UI framework, but provides some sensible defaults so you can start prototyping without having to deal with browser quirks, unstyled elements and basic responsivity.
9
9
10
10
## Documentation
11
11
12
12
Website: [https://hgrid.io](https://hgrid.io)
13
13
14
-
⚠️ _Documentation may be incomplete._
15
-
16
14
## Versions
17
15
18
-
Latest: **0.5.3-beta**
16
+
Latest: **0.5.4-beta**
19
17
20
18
See [releases](https://github.com/ahansson/hgrid-css/releases) on GitHub.
For detailed information on how to integrate **hgrid** in your Node driven frontend framework, please refer to [the documentation](https://hgrid.io/documentation/integrate/).
66
+
For detailed information with step by step recipes on how to integrate **hgrid** in your projects, please refer to [the documentation](https://hgrid.io/documentation/integrate/).
69
67
70
68
## Local development
71
69
72
-
_Requires nodejs with npm installed on your system._
70
+
_Requires Node.js installed on your system._
73
71
74
72
Run `npm install`.
75
73
76
-
Start compiling `.scss` files to `.css` with the terminal command `npm run watch` from the root of the hgrid folder. Any changes you make to files in the `/sass` folder will result in css and map files being updated in the `/dist` folder.
74
+
Start compiling **hgrid's**`.scss` files to `.css` with the command `npm run watch` from the root of the **hgrid** folder. Any changes you make to files in the `/sass` folder will result in css and map files being updated in the `/dist` folder.
77
75
78
-
To produce the minified **hgrid**file, use `npm run build`. It uses Autoprefixer to add some backwards compatibility before minifying the result as `hgrid.min.css`.
76
+
To produce the compiled, prefixed and minified **hgrid**output, use `npm run build`. It uses Autoprefixer to add some backwards compatibility before minifying the result as `hgrid.min.css`.
79
77
80
-
As always, see [hgrid.io](https://hgrid.io) for details on how to integrate **hgrid** as Sass or plain CSS in your projects.
78
+
See [hgrid.io/documentation/](https://hgrid.io/documentation/) for complete usage instructions.
0 commit comments