Initial commit
This commit is contained in:
13
pma/themes/pmahomme/scss/_direction.scss
Normal file
13
pma/themes/pmahomme/scss/_direction.scss
Normal file
@ -0,0 +1,13 @@
|
||||
$direction: ltr !default;
|
||||
|
||||
@if $direction != ltr and $direction != rtl {
|
||||
$direction: ltr;
|
||||
}
|
||||
|
||||
$left: left;
|
||||
$right: right;
|
||||
|
||||
@if $direction == rtl {
|
||||
$left: right;
|
||||
$right: left;
|
||||
}
|
Reference in New Issue
Block a user