This website requires JavaScript.
Explore
Wiki
Markdown
Emojis
Help
Sign In
rayelliott
/
hugo-coder-fork
Watch
1
Star
0
Fork
You've already forked hugo-coder-fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
38f0b25502
hugo-coder-fork
/
assets
/
scss
/
coder-rtl.scss
5 lines
94 B
SCSS
Raw
Normal View
History
Unescape
Escape
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 13:43:35 +00:00
@import
"
_variables
"
;
Enable RTL layout by providing 'rtl = true' in the config (#72)
2018-09-01 12:18:10 +00:00
@import
"
_base_rtl
"
;
@import
"
_content_rtl
"
;
@import
"
_navigation_rtl
"
;