_variables-ltr.scss 509 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// ------------------------------------------
// 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;