jacenko / 7-1-pattern-sass-boilerplate

:books: An obsessively organized SASS template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7-1 pattern SASS boilerplate

Create organized stylesheets using SASS with the 7-1 pattern.

Within the sass folder, each subfolder contains a category of files that have specific functions. Those files get accumulated into '_import-***.scss'. Then, 'sass/main.scss' takes in all of the imports and interprets them into 'css/main.css'.

Import order ensures that important rules don't get overriden and that proper cascading is preserved.

A basic reset and clearfix are included in sass/base/reset.scss and sass/base/base.scss.

About

:books: An obsessively organized SASS template


Languages

Language:CSS 100.0%