]> git.proxmox.com Git - extjs.git/blob - extjs/classic/theme-base/sass/src/rtl/util/Renderable.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-base / sass / src / rtl / util / Renderable.scss
1 /*
2 * Although this file only contains a variable, all vars are included by default
3 * in application sass builds, so this needs to be in the rule file section
4 * to allow javascript inclusion filtering to disable it.
5 */
6
7 /**
8 * @var {boolean} $include-rtl
9 * True to include right-to-left style rules. This variable gets set to true automatically
10 * for rtl builds. You should not need to ever assign a value to this variable, however
11 * it can be used to suppress rtl-specific rules when they are not needed. For example:
12 * @if $include-rtl {
13 * .x-rtl.foo {
14 * margin-left: $margin-right;
15 * margin-right: $margin-left;
16 * }
17 * }
18 * @member Global_CSS
19 * @readonly
20 */
21 $include-rtl: true;