Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 551 Bytes

Adopt-a-Tree

Adopt-a-Tree is an initiative by Carved Rock Fitness to adopt trees from various afforestation projects across the world.

Requirements

The project's style files use Sass, via node-sass to watch and compile scss files to CSS, via the following command:

node-sass --watch assets/scss/styles.scss assets/css/styles.css

To watch and compile the style guide's scss file to CSS, use the following command:

node-sass --watch assets/scss/style-guide.scss assets/css/style-guide.css