Update and document CSS structure

Looking at ITCSS, it appears the last level should be `utilities`. Since that's a name that has no negative connotations, let's use that instead. Also add a README documenting each folder's use.
This commit is contained in:
Kelly Dwan 2019-10-02 10:57:31 -04:00 committed by GitHub
parent c8211bf6a0
commit ef8c78f4f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 1 deletions

View file

@ -4,7 +4,7 @@ module.exports = function( grunt ) {
const getSassFiles = () => {
const files = {};
const paths = [ 'settings', 'tools', 'generic', 'base', 'objects', 'components', 'trumps' ];
const paths = [ 'settings', 'tools', 'generic', 'base', 'objects', 'components', 'utilities' ];
paths.forEach( function( component ) {
var paths = [