mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 10:03:43 +03:00
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:
parent
c8211bf6a0
commit
7a9c91b472
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue