Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lms/static/sass/_developer.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// 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;
// }

// --------------------
3 changes: 2 additions & 1 deletion lms/static/sass/_shame.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// edX LMS - shame
// shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
// ====================
// NOTE: use for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards
// see - http://csswizardry.com/2013/04/shame-css/

// edx.org marketing site - 7/2013 visual button revamp

Expand Down
3 changes: 2 additions & 1 deletion lms/static/sass/application-extend1.scss.mako
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
@import 'multicourse/help';
@import 'multicourse/edge';

@import 'developer'; // used for any developer-created scss that needs further polish/refactoring
@import 'shame'; // used for any bad-form/orphaned scss
## NOTE: needed here for cascade and dependency purposes, but not a great permanent solution
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
4 changes: 3 additions & 1 deletion lms/static/sass/application-extend2.scss.mako
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@
@import 'discussion';
@import 'news';

// temp - shame and developer
@import 'developer'; // used for any developer-created scss that needs further polish/refactoring
@import 'shame'; // used for any bad-form/orphaned scss
## NOTE: needed here for cascade and dependency purposes, but not a great permanent solution
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
3 changes: 2 additions & 1 deletion lms/static/sass/application.scss.mako
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
@import 'shared/activation_messages';
@import 'shared/unsubscribe';

@import 'developer'; // used for any developer-created scss that needs further polish/refactoring
@import 'shame'; // used for any bad-form/orphaned scss
## NOTE: needed here for cascade and dependency purposes, but not a great permanent solution
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)