Welcome, this is our custom CSS structure, which is loosely based on ITCSS but for SASS/SCSS.
Abstracts contains your mixins, variables and functions.
This contains your root level setups for your document
Components is the probably the most used directory for setting up a site, would include your sections, main page components etc.
This includes your grid, replicable elements such as the footer and header which may be used on every site.
You may have alternative theme stuctures such as a holiday theme, which you may wish to keep seperate
This is for all your external stylesheets for your vendor imports
This is the root import which can be compiled using SASS/SCSS.