$breakpoints: ( 'xs-phone': 320px, 'phone': 576px, 'tablet': 768px, 'desktop': 992px, 'widescreen': 1200px ); // keywords $media-expressions: ( 'screen': 'screen', 'print': 'print', 'handheld': 'handheld', 'landscape': '(orientation: landscape)', 'portrait': '(orientation: portrait)', 'retina2x': '(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)', 'retina3x': '(-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 240dpi)' ); // ligatured operators ≥ ≤ @import 'vendors/include-media'; @import "vendors/bootstrap/functions"; @import "vendors/bootstrap/variables"; @import "vendors/bootstrap/mixins"; @import "bootstrap-custom"; @import 'base/mixins'; @import 'layout/global'; @import 'components/common';