Update sass

This commit is contained in:
Andros Fenollosa
2019-03-03 09:20:25 +01:00
parent f37dd365d2
commit 3b81bb7423
30 changed files with 303 additions and 1151 deletions

View File

@ -1,7 +0,0 @@
# Pages
If you have page-specific styles, it is better to put them in a `pages/` folder, in a file named after the page. For instance, its not uncommon to have very specific styles for the home page hence the need for a `_home.scss` file in `pages/`.
*Note — Depending on your deployment process, these files could be called on their own to avoid merging them with the others in the resulting stylesheet. It is really up to you.*
Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Pages folder](http://sass-guidelin.es/#pages-folder)

View File

@ -1,3 +0,0 @@
// -----------------------------------------------------------------------------
// This file contains styles that are specific to the home page.
// -----------------------------------------------------------------------------