<!DOCTYPE html>
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>The source code</title>
|
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
|
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
|
<style type="text/css">
|
.highlight { display: block; background-color: #ddd; }
|
</style>
|
<script type="text/javascript">
|
function highlight() {
|
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
|
}
|
</script>
|
</head>
|
<body onload="prettyPrint(); highlight();">
|
<pre class="prettyprint lang-js">/*
|
* 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.
|
*/
|
|
<span id='global-css_var-S-include-rtl'>/**
|
</span> * @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
|
*/
|
$include-rtl: true;</pre>
|
</body>
|
</html>
|