Skip to content

How to set RTL as the default layout in new angular project #277

Open
@aadenfr

Description

@aadenfr

I'm trying to set RTL as the default layout but I am facing some issues with that, here is my try from the style.scss file
is there any way to make a switch lang in the navbar between Arabic/English

@import "variables";

// Import styles with default layout.
@import "@coreui/coreui/scss/coreui.rtl";

// Import Chart.js custom tooltips styles
@import "@coreui/chartjs/scss/coreui-chartjs";

// Custom styles for this theme
@import "theme";

// Some temp fixes
//@import "fixes";

// If you want to add custom CSS you can put it here.
@import "custom";

// Examples
// We use those styles to show code examples, you should remove them in your application.
@import "examples";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions