diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-03 12:56:19 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-03 13:10:51 +0100 |
| commit | f9276790f55bd9d528512e6fe647774b67860dd0 (patch) | |
| tree | e58511298f7c51bc48a182342d8ffea0e907a2df /src/styles/globals.scss | |
| parent | 04a1ceb257311a98fffc4b18679f73789b920e09 (diff) | |
chore: add styles to WP blocks
Diffstat (limited to 'src/styles/globals.scss')
| -rw-r--r-- | src/styles/globals.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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"; |
