Rename folder to "Utilities"

Looking at ITCSS, it appears this should be `utilities`. Since that's a name that has no negative connotations, let's use that instead.
This commit is contained in:
Kelly Dwan 2019-10-01 16:53:05 -04:00
parent c8211bf6a0
commit 7a9c91b472
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 1 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 = [