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 c5c9133 commit 82f507dCopy full SHA for 82f507d
src/scss/_layout.scss
@@ -1,6 +1,6 @@
1
.wrapper {
2
width: 100%;
3
- padding-left: var(--cui-sidebar-occupy, 0);
+ @include ltr-rtl("padding-left", var(--cui-sidebar-occupy, 0));
4
transform: translateZ(0);
5
will-change: auto;
6
@include transition(padding .15s);
src/scss/style.scss
@@ -1,6 +1,9 @@
// If you want to override variables do it here
@import "variables";
+$enable-ltr: true;
+$enable-rtl: true;
+
7
// Import styles
8
@import "@coreui/coreui/scss/coreui";
9
0 commit comments