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:
Philipp Rintz 2018-10-16 15:43:35 +02:00 committed by Luiz F. A. de Prá
parent 11c0108323
commit 764b9ffef3
1 changed files with 1 additions and 1 deletions

View File

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