Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ the overrides section:
Now when you compile your CSS, inuit.css will know to ignore its preset value
(that is what `!default` is for) in favour of your own. By doing things this way
you can change the values that inuit.css uses without having to modify inuit.css
itself, thus leaving it free to be updated.
itself, thus leaving it free to be updated.

In this file you will also see your feature switches needed to turn objects and
abstractions on and off. Feature switches are only preset for objects and
Expand Down Expand Up @@ -243,7 +243,7 @@ to create another directory in `css/` called `ui/`, leaving you with:
inuit.css/
ui/
_vars.scss
style.scss
style.scss
watch
index.html

Expand Down Expand Up @@ -276,7 +276,7 @@ Now, when you run `$ ./watch`, `style.scss` will be calling:

Out of the box, inuit.css is very small, however it is **imperative** that you
only ever deploy a minified version of your compiled stylesheet to your live
environment. inuit.css compiles stright to minified output by default, but you
environment. inuit.css compiles straight to minified output by default, but you
can change this in `watch` if you have a build process in place.

It is also **highly** recommended that you enable gzip compression on any text
Expand Down