-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_variables.scss
More file actions
21 lines (18 loc) · 707 Bytes
/
_variables.scss
File metadata and controls
21 lines (18 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ==========================================================================
utilities.colspan.variables
/ =========================================================================== */
@use '../../settings/defaults';
/**
* Columns, makes it easy to create several proportional columns
*/
$columns: defaults.$columns !default;
/**
* Define which namespaced queries you would like to generate for each
* of the colspans. It allows you to only compile as much CSS as you need.
* All are empty by default, but you can add queries at will.
$in-query: (lap, desk);
*
* Note: the name of the breakpoint must exist in the list of `$queries`
* in `settings/defaults`
*/
$in-query: () !default;