diff --git a/site/client/src/scss/_typography.scss b/site/client/src/scss/_typography.scss new file mode 100644 index 0000000..4ba8386 --- /dev/null +++ b/site/client/src/scss/_typography.scss @@ -0,0 +1,5 @@ +@import "../_variables"; + +.typography { + @import "./types/editor"; +} \ No newline at end of file diff --git a/site/client/src/scss/types/editor.scss b/site/client/src/scss/types/editor.scss new file mode 100644 index 0000000..2385ddd --- /dev/null +++ b/site/client/src/scss/types/editor.scss @@ -0,0 +1 @@ +@import "../_variables"; \ No newline at end of file