mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
committed by
Luiz F. A. de Prá
parent
11c0108323
commit
764b9ffef3
@@ -1,4 +1,4 @@
|
|||||||
@import "_colors";
|
@import "_variables";
|
||||||
@import "_base_rtl";
|
@import "_base_rtl";
|
||||||
@import "_content_rtl";
|
@import "_content_rtl";
|
||||||
@import "_navigation_rtl";
|
@import "_navigation_rtl";
|
||||||
|
|||||||
Reference in New Issue
Block a user