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,5 +0,0 @@
# Layout
The `layout/` folder contains everything that takes part in laying out the site or application. This folder could have stylesheets for the main parts of the site (header, footer, navigation, sidebar…), the grid system or even CSS styles for all the forms.
Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Layout folder](http://sass-guidelin.es/#layout-folder)

View File

@ -1,3 +0,0 @@
// -----------------------------------------------------------------------------
// This file contains all styles related to the footer of the site/application.
// -----------------------------------------------------------------------------

View File

@ -1,3 +0,0 @@
// -----------------------------------------------------------------------------
// This file contains all styles related to the header of the site/application.
// -----------------------------------------------------------------------------