* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish * cleans up note/import order in all application scss files
11 lines
383 B
SCSS
11 lines
383 B
SCSS
// edX LMS - 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;
|
|
// }
|
|
|
|
// --------------------
|