Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 801 Bytes

readme.md

File metadata and controls

31 lines (16 loc) · 801 Bytes

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.