浏览代码

Fixed reference to old variable name (#103)

Using RTL would fail due to _colors no longer being available. Changed to import _variables instead.
Philipp Rintz 7 年之前
父节点
当前提交
764b9ffef3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/scss/coder-rtl.scss

+ 1 - 1
assets/scss/coder-rtl.scss

@@ -1,4 +1,4 @@
-@import "_colors";
+@import "_variables";
 @import "_base_rtl";
 @import "_content_rtl";
 @import "_navigation_rtl";