Skip to content

Commit 372da8a

Browse files
committed
Fix + document compiled leap.css
1 parent 8c6f0c9 commit 372da8a

File tree

4 files changed

+49
-40
lines changed

4 files changed

+49
-40
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,13 @@ To get Jekyll running follow these steps:
2323

2424
Way to go, nerd. You should be up and running now!
2525

26+
## Compiling CSS Separately
27+
To compile the CSS outside of Jekyll, run:
28+
29+
```
30+
bundle exec sass --update --force --style expanded _sass/leap.sass:css/leap.css
31+
bundle exec sass --update --force --style compressed _sass/leap.sass:css/leap.min.css
32+
```
33+
2634
## Copyright and license
2735
Code and documentation copyright 2020 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).

_sass/leap.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import leap/leap

css/leap.css

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)