Drift BootStrap 4, HTML, jQuery
  • Overview
  • Installation and Setup
    • Setup
    • Folders and Files Structure
  • Stylesheets
    • Overview
    • Sass Variables
    • Layouts & Theme
    • Fonts
    • Colors
    • Margin & Paddings
    • Theme Customization
    • RTL Version
  • Components
    • Alerts
    • Badges
    • Breadcrumbs
    • Buttons
    • Button Group
    • Cards
    • Card Group
    • Collapse
    • Dropdowns
    • Input Group
    • Jumbotron
    • List Group
    • Navbar
    • Navs & Tabs
    • Pagination
    • Progress Bar
    • Scrollspy
    • Typography
  • Classic Version
    • Setup
    • Folders and Files Structure
    • Theme Customizaton
    • RTL Version
Powered by GitBook
On this page

Was this helpful?

  1. Stylesheets

RTL Version

Setup the right-to-left version

PreviousTheme CustomizationNextAlerts

Last updated 5 years ago

Was this helpful?

All the layouts have the pre-generated RTL CSS files at the following path:

assets / css / {layout} / {theme_name}-rtl.css
assets / css / {layout} / {theme_name}-rtl.min.css

To customize the styling in SCSS, follow the topic and then to generate the RTL version, follow the instructions given in the below section.

Generate RTL files after customization

In order to generate the RTL files after the customization done in SCSS. You need to run the following Gulp commands:

$ gulp style-rtl-{layout}-{theme_name}

/* For example: $ gulp style-rtl-crm-main */

To generate a minified version, use the following command

$ gulp min-style-rtl-{layout}-{theme_name}

/* For example: $ gulp style-rtl-crm-main */
Theme Customization