_variables-ltr.scss 551 Bytes
// ------------------------------------------
// left to right 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 				    : left;
$bi-app-right 				  	: right;
$bi-app-direction 				: ltr;
$bi-app-invert-direction		: rtl;
$imp                    		: !important;