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