Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtsmith committed Mar 28, 2017
1 parent 1d6da60 commit 2101cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ This can be ran directly in NPM scripts as you can see happening in this project
├──_utilities.scss
```

`main.scss` gets populated with the seven ITCSS layers.
`main.scss` gets populated with the seven ITCSS layers.

```sass
/* main.scss */
Expand All @@ -169,8 +169,8 @@ This can be ran directly in NPM scripts as you can see happening in this project
@import 'utilities';
```

The files that `main.scss` imports are also populated with `@import` statements
that are pulling in the corresponding ITCSS layer from Nebula CSS. E.g.
The files that `main.scss` imports are also populated with `@import` statements
that are pulling in the corresponding ITCSS layer from Nebula CSS. E.g.

```sass
/* _settings.scss */
Expand Down

0 comments on commit 2101cc1

Please sign in to comment.