// import your app files instead of writing code directly here!

// special variable
// $direction: rtl|ltr >> the current direction of the application
// $right: `right` on ltr and `left` or rtl
// $left: `left` on ltr and `right` or rtl

@if $direction == ltr {
    // 
} @else {
    // 
}