Add common SCSS for all custom components

This commit is contained in:
Oliver-Akins 2024-04-13 12:36:32 -06:00
parent ca0d3eb970
commit a8c94ee16f
3 changed files with 14 additions and 4 deletions

View file

@ -1,10 +1,12 @@
/*
Disclaimer: This CSS is used by a custom web component and is scoped to JUST
the corresponding web component. Importing this into other files is forbidden.
the corresponding web component. Importing this into other files is forbidden
*/
$default-size: 1rem;
@use "./common.scss";
div {
display: flex;
justify-content: center;