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

View File

@ -0,0 +1,5 @@
# 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

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