_variables-rtl.scss 556 Bytes
// ------------------------------------------
// right to left variables to be used by bi-app mixins
// authors:
// twitter.com/anasnakawa
// twitter.com/victorzamfir
// licensed under the MIT license
// http://www.opensource.org/licenses/mit-license.php
// ------------------------------------------

// namespacing variables with bi-app to
// avoid conflicting with other global variables
$bi-app-left 				    : right;
$bi-app-right           		: left;
$bi-app-direction 				: rtl;
$bi-app-invert-direction		: ltr;
$imp                    		: !important;