First commit
This commit is contained in:
7
sass/themes/README.md
Normal file
7
sass/themes/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Theme
|
||||
|
||||
On large sites and applications, it is not unusual to have different themes. There are certainly different ways of dealing with themes but I personally like having them all in a `themes/` folder.
|
||||
|
||||
*Note — This is very project-specific and is likely to be non-existent on many projects.*
|
||||
|
||||
Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Themes folder](http://sass-guidelin.es/#themes-folder)
|
4
sass/themes/_default.scss
Normal file
4
sass/themes/_default.scss
Normal file
@ -0,0 +1,4 @@
|
||||
// -----------------------------------------------------------------------------
|
||||
// When having several themes, this file contains everything related to the
|
||||
// default one.
|
||||
// -----------------------------------------------------------------------------
|
Reference in New Issue
Block a user