From d0e886ad7f20daa792484460ba9ce9ede6a29bfc Mon Sep 17 00:00:00 2001 From: Seth Rubenstein Date: Thu, 19 Dec 2024 15:45:59 -0500 Subject: [PATCH] Yay, got the styles to work. I'll start back up tomorrow with some refinements in the editor interface and overall cleanup. --- packages/block-library/src/editor.scss | 1 + packages/block-library/src/style.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/block-library/src/editor.scss b/packages/block-library/src/editor.scss index a16d5a6c2c69c7..464a82918b637c 100644 --- a/packages/block-library/src/editor.scss +++ b/packages/block-library/src/editor.scss @@ -45,6 +45,7 @@ @import "./social-links/editor.scss"; @import "./spacer/editor.scss"; @import "./table/editor.scss"; +@import "./tabs/editor.scss"; @import "./tag-cloud/editor.scss"; @import "./template-part/editor.scss"; @import "./text-columns/editor.scss"; diff --git a/packages/block-library/src/style.scss b/packages/block-library/src/style.scss index a8819c2084dc2e..ad9b7ac34f95aa 100644 --- a/packages/block-library/src/style.scss +++ b/packages/block-library/src/style.scss @@ -62,6 +62,8 @@ @import "./spacer/style.scss"; @import "./tag-cloud/style.scss"; @import "./table/style.scss"; +@import "./tabs/style.scss"; +@import "./tab/style.scss"; @import "./table-of-contents/style.scss"; @import "./term-description/style.scss"; @import "./text-columns/style.scss";