mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Using RTL would fail due to _colors no longer being available. Changed to import _variables instead.
5 lines
94 B
SCSS
5 lines
94 B
SCSS
@import "_variables";
|
|
@import "_base_rtl";
|
|
@import "_content_rtl";
|
|
@import "_navigation_rtl";
|