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

Commit

Permalink
Merge pull request #63 from chrishumboldt/dev-rocket
Browse files Browse the repository at this point in the history
Dev rocket
  • Loading branch information
chrishumboldt authored Nov 15, 2017
2 parents 58dd1e7 + 9d00ab5 commit fecc1c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,13 @@ Start by including the necessary files.
</head>
```

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;
```

Now class your HTML to manage your layout. For example:

```html
Expand Down
2 changes: 1 addition & 1 deletion build/sass/css/_execute.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@author Chris Humboldt
**/

@mixin mod-propel-css() {
@mixin rocket-propel-css() {
@include mod-propel-global;

@include mod-propel-layout;
Expand Down
2 changes: 1 addition & 1 deletion build/sass/propel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
**/

@import "import";
@include mod-propel-css;
@include rocket-propel-css;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket-propel",
"version": "3.1.0",
"version": "3.1.1",
"description": "A lightweight SASS mixin library and responsive CSS layout engine.",
"repository": {
"type": "git",
Expand Down

0 comments on commit fecc1c1

Please sign in to comment.