Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
743 B

/*
* Although this file only contains a variable, all vars are included by default
* in application sass builds, so this needs to be in the rule file section
* to allow javascript inclusion filtering to disable it.
*/
/**
* @var {boolean} $include-rtl
* True to include right-to-left style rules. This variable gets set to true automatically
* for rtl builds. You should not need to ever assign a value to this variable, however
* it can be used to suppress rtl-specific rules when they are not needed. For example:
* @if $include-rtl {
* .x-rtl.foo {
* margin-left: $margin-right;
* margin-right: $margin-left;
* }
* }
* @member Global_CSS
* @readonly
*/
$include-rtl: true;