Patterns is the GCD SCSS library. It is a framework which provides a functionality for features commonly used in CSS.
The patterns library can be included with composer, by adding the following to your composer.json:
"require": {
"gcd/scss-patterns": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:GCDTech/patterns.git"
}
]
Patterns is designed to be used as a submodule and should be located in the public/scss folder.