Skip to content

jacenko/7-1-pattern-sass-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages