Skip to content

Commit 7904a4a

Browse files
committed
Add README
1 parent 9e8c246 commit 7904a4a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[![Netlify Status](https://api.netlify.com/api/v1/badges/96c00307-bdc5-450d-b130-1664d3763720/deploy-status)](https://app.netlify.com/sites/heuristic-payne-d123b2/deploys)
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
5+
## Development
6+
7+
### How to compile SASS
8+
9+
1. Make sure you have SASS installed.
10+
11+
$ sass -v
12+
13+
If you don't, install it here: [http://sass-lang.com/install](http://sass-lang.com/install)
14+
15+
1. Once installed, navigate to the CSS directory in your project:
16+
17+
$ cd /{project}/assets/css
18+
19+
1. Run the following command to compile/watch the SCSS directory for changes.
20+
21+
$ sass --watch scss/style.scss:style.css
22+
23+
*Note that this does not live reload the project.*

0 commit comments

Comments
 (0)