Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Mar 12, 2019
1 parent eb4dc60 commit 676b9bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/ember-cli-eyeglass/README.md
Expand Up @@ -36,7 +36,7 @@ const app = new EmberApp(defaults, {

Given the following layout:

```sh
```
app/styles/app.scss
other.scss
_shared.scss
Expand Down Expand Up @@ -64,7 +64,7 @@ These assets are only considered for top-level addons, stylesheets in `app` dire

Given the following folder structure:

```sh
```
my-addon/app/styles/
/my-addon.scss
/my-other-file.scss
Expand All @@ -90,7 +90,7 @@ These assets merged namespaced by the current addons name for all addons.

Given the following folder structure:

```sh
```
my-addon/addon/styles/
/_shared.scss
/my-addon.scss
Expand Down Expand Up @@ -121,8 +121,7 @@ const app = new EmberEngine(defaults, {

Given the following folder structure:

```sh

```
my-engine/
/app/styles/
/my-engine.scss
Expand Down

0 comments on commit 676b9bc

Please sign in to comment.