From c9da179ff5437111256290b3c06a8ede24a3ea3a Mon Sep 17 00:00:00 2001 From: Andrew Noblet Date: Fri, 9 Aug 2024 14:37:13 +0000 Subject: [PATCH] save --- package.json | 2 +- .../cxl-lumo-styles/scss/{editor.scss => wp-block-editor.scss} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/cxl-lumo-styles/scss/{editor.scss => wp-block-editor.scss} (100%) diff --git a/package.json b/package.json index 8801ea6b1..61774e3fc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build-styling": "node packages/sass-render/bin/sass-render.js -s \"packages/*/scss/**/*.scss\"", "deploy-storybook": "yarn --cwd packages/storybook storybook-to-ghpages", "dist": "yarn build && lerna run dist", - "dist:wp-block-editor": "yarn --cwd packages/cxl-lumo-styles sass scss/editor.scss dist/wp-block-editor.css --style compressed", + "dist:wp-block-editor": "yarn --cwd packages/cxl-lumo-styles sass scss/wp-block-editor.scss dist/wp-block-editor.css --style compressed", "lint": "npm-run-all --parallel lint:*", "lint:js": "eslint *.js packages --ignore-path .gitignore", "lint:scss": "stylelint packages/**/*.scss", diff --git a/packages/cxl-lumo-styles/scss/editor.scss b/packages/cxl-lumo-styles/scss/wp-block-editor.scss similarity index 100% rename from packages/cxl-lumo-styles/scss/editor.scss rename to packages/cxl-lumo-styles/scss/wp-block-editor.scss