Skip to content

Commit fe12896

Browse files
committed
chore: clean-up
1 parent d3a8480 commit fe12896

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

docs/content/getting-started/rtl.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ toc: true
1010

1111
We recommend getting familiar with CoreUI for Bootstrap first by reading through our [Getting Started Introduction page]({{< docsref "/getting-started/introduction" >}}). Once you've run through it, continue reading here for how to enable RTL.
1212

13-
You may also want to read up on [the RTLCSS project](https://rtlcss.com/), as it powers our approach to RTL.
14-
1513
## Required HTML
1614

1715
There are two strict requirements for enabling RTL in Bootstrap-powered pages.

scss/themes/bootstrap/bootstrap.rtl.scss

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,3 @@
22
$enable-ltr: false,
33
$enable-rtl: true
44
);
5-
6-
7-
// $enable-ltr: false !default;
8-
// $enable-rtl: true !default;
9-
10-
// @import "mixins/banner";
11-
// @include bsBanner("");
12-
13-
// @import "../../../node_modules/bootstrap/scss/bootstrap";
14-
// @import "../../variables";
15-
16-
// /* rtl:begin:ignore */
17-
// @import "../../mixins/avatar";
18-
// @import "../../mixins/icon";
19-
// @import "../../mixins/ltr-rtl";
20-
21-
// @import "../../avatar";
22-
// @import "../../callout";
23-
// @import "../../footer";
24-
// @import "../../header";
25-
// @import "../../icon";
26-
// @import "../../sidebar";
27-
28-
// /* rtl:end:ignore */

scss/themes/bootstrap/mixins/_banner.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)