Fixed reference to old variable name (#103)
Using RTL would fail due to _colors no longer being available. Changed to import _variables instead.
This commit is contained in:
parent
11c0108323
commit
764b9ffef3
|
@ -1,4 +1,4 @@
|
|||
@import "_colors";
|
||||
@import "_variables";
|
||||
@import "_base_rtl";
|
||||
@import "_content_rtl";
|
||||
@import "_navigation_rtl";
|
||||
|
|
Loading…
Reference in New Issue