diff --git a/themes/wporg-5ftf/Gruntfile.js b/themes/wporg-5ftf/Gruntfile.js index aedce07..3600804 100644 --- a/themes/wporg-5ftf/Gruntfile.js +++ b/themes/wporg-5ftf/Gruntfile.js @@ -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 = [ diff --git a/themes/wporg-5ftf/css/trumps/_trumps.scss b/themes/wporg-5ftf/css/utilities/_utilities.scss similarity index 100% rename from themes/wporg-5ftf/css/trumps/_trumps.scss rename to themes/wporg-5ftf/css/utilities/_utilities.scss