From ad02c4be1f2531ff927d4ff197f62c6c1400d75e Mon Sep 17 00:00:00 2001 From: Glen Davies Date: Tue, 29 Nov 2022 15:48:57 +1300 Subject: [PATCH] Add initial file for custom css panel --- .../edit-site/src/components/global-styles/custom-css-panel.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/edit-site/src/components/global-styles/custom-css-panel.js diff --git a/packages/edit-site/src/components/global-styles/custom-css-panel.js b/packages/edit-site/src/components/global-styles/custom-css-panel.js new file mode 100644 index 00000000000000..3b7836e62602dc --- /dev/null +++ b/packages/edit-site/src/components/global-styles/custom-css-panel.js @@ -0,0 +1 @@ +// Holding place for work related to the Custom CSS panel in the Global Styles sidebar.