Explorar el Código

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 hace 7 años
padre
commit
764b9ffef3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";