Adopt-a-Tree is an initiative by Carved Rock Fitness to adopt trees from various afforestation projects across the world.
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