Skip to content

Commit

Permalink
Fix + document compiled leap.css
Browse files Browse the repository at this point in the history
  • Loading branch information
quadule committed Oct 20, 2021
1 parent 8c6f0c9 commit 372da8a
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 40 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ To get Jekyll running follow these steps:

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

## Compiling CSS Separately
To compile the CSS outside of Jekyll, run:

```
bundle exec sass --update --force --style expanded _sass/leap.sass:css/leap.css
bundle exec sass --update --force --style compressed _sass/leap.sass:css/leap.min.css
```

## Copyright and license
Code and documentation copyright 2020 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).
1 change: 1 addition & 0 deletions _sass/leap.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import leap/leap
78 changes: 39 additions & 39 deletions css/leap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/leap.min.css

Large diffs are not rendered by default.

0 comments on commit 372da8a

Please sign in to comment.