From 37801ba6854a3a073f218cef36b23145d8238477 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 28 May 2018 01:32:38 +0700 Subject: [PATCH] [FIX] editor.css --- site/client/src/scss/_typography.scss | 5 +++++ site/client/src/scss/types/editor.scss | 1 + 2 files changed, 6 insertions(+) create mode 100644 site/client/src/scss/_typography.scss create mode 100644 site/client/src/scss/types/editor.scss 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