SUNY-Albany-CCI-INF362 / whatev3r

Team Whatev3r's Project
http://SUNY-Albany-CCI-INF362.github.io/whatev3r/
Other
0 stars 6 forks source link

Scss structure #57

Closed roshinc closed 10 years ago

roshinc commented 10 years ago

Created an app.scss only contains styles applied to the body and imports everything else. For future styling please use import.

For Example, if you wanted to apply styles to the footer,create a file called _footer.scss and put your styles in it. Then below type @import "footer".