Skip to content
This repository was archived by the owner on Jun 1, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 418 Bytes

HackNYU Website

Contributing

The stylesheets use Sass (.scss), which is a CSS preprocessor. This allows us to use modules, variables, and several other improvements. It's syntax is very similar to CSS: http://sass-lang.com/guide. The primary file is style.scss, which is compiled into the style.css file. cd into stylesheets/ and run:

sass --watch style.scss:style.css