We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc81b11 commit 3dfbb54Copy full SHA for 3dfbb54
_sass/base/_index.scss
@@ -2,3 +2,4 @@
2
@forward 'base';
3
@forward 'typography';
4
@forward 'syntax';
5
+@forward 'rtl';
_sass/rtl.scss renamed to _sass/base/_rtl.scss
@@ -1,9 +1,9 @@
1
/* RTL Styles for Jekyll-Theme-Chirpy
* This file provides RTL overrides for the theme
*/
-@use './abstracts/variables' as v;
-@use './abstracts/breakpoints' as bp;
6
-@use './abstracts/mixins' as mx;
+@use '../abstracts/variables' as v;
+@use '../abstracts/breakpoints' as bp;
+@use '../abstracts/mixins' as mx;
7
8
html[dir='rtl'] {
9
$sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */
_sass/main.scss
@@ -2,4 +2,3 @@
@forward 'components';
@forward 'layout';
@forward 'pages';
-@forward 'rtl';
0 commit comments