From f9276790f55bd9d528512e6fe647774b67860dd0 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 3 Jan 2022 12:56:19 +0100 Subject: chore: add styles to WP blocks --- src/styles/globals.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/styles/globals.scss') diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 8a3daca..ec40a35 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -18,3 +18,10 @@ @use "base/helpers"; @use "base/spacings"; @use "base/typography"; + +/** + * 3.0. Components + * + * Define styles for external components (like WordPress blocks). + */ +@use "components/wp-blocks"; -- cgit v1.2.3