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 @@
# Components
For small components, there is the `components/` folder. While `layout/` is macro (defining the global wireframe), `components/` is more focused on widgets. It contains all kind of specific modules like a slider, a loader, a widget, and basically anything along those lines. There are usually a lot of files in components/ since the whole site/application should be mostly composed of tiny modules.
Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Components folder](http://sass-guidelin.es/#components-folder)

View File

@ -1,3 +0,0 @@
// -----------------------------------------------------------------------------
// This file contains all styles related to the button component.
// -----------------------------------------------------------------------------