Skip to content

Custom scss folder structure

Notifications You must be signed in to change notification settings

juliancarstairs/sass-itcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Custom SCSS Structure

Welcome, this is our custom CSS structure, which is loosely based on ITCSS but for SASS/SCSS.

Abstracts

Abstracts contains your mixins, variables and functions.

Base

This contains your root level setups for your document

Components

Components is the probably the most used directory for setting up a site, would include your sections, main page components etc.

Layout

This includes your grid, replicable elements such as the footer and header which may be used on every site.

Themes

You may have alternative theme stuctures such as a holiday theme, which you may wish to keep seperate

Vendors

This is for all your external stylesheets for your vendor imports

Style.scss

This is the root import which can be compiled using SASS/SCSS.

About

Custom scss folder structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages