Files
edx-platform/cms/static/sass/_developer.scss
Brian Talbot 5e3e2ae603 Studio: adds in developer-centric Sass file
* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish
* cleans up note/import order in shame and application Sass files
2014-01-03 13:50:01 -05:00

11 lines
382 B
SCSS

// studio - developer
// ====================
// NOTE: use this area for any developer-needed or created styling that needs to be refactored into patterns or visually polished. Please list any template/view that your styles reference when definining them (example below):
// Views: Login, Sign Up
// .crazy-new-feature {
// background: transparent;
// }
// --------------------