From 7a9c91b472e26b613c3e338f9a929b7c4bd4f6c7 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Tue, 1 Oct 2019 16:53:05 -0400 Subject: [PATCH] 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. --- themes/wporg-5ftf/Gruntfile.js | 2 +- .../css/{trumps/_trumps.scss => utilities/_utilities.scss} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/wporg-5ftf/css/{trumps/_trumps.scss => utilities/_utilities.scss} (100%) 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