First commit

This commit is contained in:
Andros Fenollosa
2019-02-26 10:16:32 +01:00
commit b2583b4aa7
22 changed files with 797 additions and 0 deletions

7
sass/themes/README.md Normal file
View 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)

View File

@ -0,0 +1,4 @@
// -----------------------------------------------------------------------------
// When having several themes, this file contains everything related to the
// default one.
// -----------------------------------------------------------------------------