Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Needed to change the execute mixin name. Oooops.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishumboldt committed Nov 15, 2017
1 parent cf484ab commit 9d00ab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,10 @@ Start by including the necessary files.
</head>
```

You can also build the SASS out if you wish to include it in one production file. See an example below.
Alternatively you can also build the SASS out if you wish to include all your CSS in one production file. See an example below.

```sass
@import "rocket-propel/build/sass/import";
@include rocket-propel-css;
```

Expand Down

0 comments on commit 9d00ab5

Please sign in to comment.