Sha256: bcfcbaab7c039d17be014359a530497214d3648342a71d8df632acd628b707a9
Contents?: true
Size: 1.37 KB
Versions: 7
Compression:
Stored size: 1.37 KB
Contents
////////////////////////////// // Import Required Extensions ////////////////////////////// @import "breakpoint"; ////////////////////////////// // Default Variables ////////////////////////////// // The grids being used $grids: () !default; // The gutters of the inner columns of the grid $gutters: () !default; // Specifies whether or not you're building mobile-first grids. Defaults to true $mobile-first: true; // Default output style. $output: 'isolation' !default; // Direction for your grid. Can be ltr, rtl, or both $direction: 'ltr' !default; // Whether or not to include border-box or clearfix with all spans $include-border-box: false !default; $include-clearfix: false !default; ////////////////////////////// // Import General Helpers ////////////////////////////// @import "singularitygs/helpers"; ////////////////////////////// // Import Language Helpers ////////////////////////////// @import "singularitygs/language"; ////////////////////////////// // Import Math ////////////////////////////// @import "singularitygs/math"; ////////////////////////////// // Import Grid Helpers ////////////////////////////// @import "singularitygs/grids"; ////////////////////////////// // Import Gutters Helpers ////////////////////////////// @import "singularitygs/gutters"; ////////////////////////////// // Import APIs ////////////////////////////// @import "singularitygs/api";
Version data entries
7 entries across 7 versions & 1 rubygems