Files
hugo-coder-timeline/assets/scss/coder-rtl.scss
Philipp Rintz 764b9ffef3 Fixed reference to old variable name (#103)
Using RTL would fail due to _colors no longer being available. Changed to import _variables instead.
2018-10-16 10:43:35 -03:00

5 lines
94 B
SCSS

@import "_variables";
@import "_base_rtl";
@import "_content_rtl";
@import "_navigation_rtl";