[FIX] TYPO

This commit is contained in:
Tony Air 2018-05-28 19:46:43 +07:00
parent b00ed7fe3b
commit b437805ca0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@import "../_variables";
@import "./_variables";
.typography {
@import "./types/editor";

View File

@ -50,5 +50,5 @@ $lightbox-link-hover-color: $link-hover-color;
@import "_variables";
// Your custom UI
@import "types/typography";
@import "_typography";
@import "_layout";