Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 669 Bytes

README.rst

File metadata and controls

23 lines (13 loc) · 669 Bytes

Mentor UP

Django Dash 2013 project exploring ways to connect mentors and mentees learning to code.

LICENSE: BSD

For instructions on how to deploy this project to Heroku, look in `docs/deploy.rst`.

Using Sass

We're using Sass for stylesheets in a very simple way. You've just gotta understand variables and CSS selector inheritance. We're not doing anything crazy, and all valid CSS is Sass compliant.

gem install compass
cd mentorup/static
compass watch

Compass will now watch the changes you make to any `sass/file.scss` files, and generating a .css that our html templates are reading.