@elliemae/ds-basic 3.14.0-rc.2 → 3.14.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$point-unit:
|
|
1
|
+
$point-unit: 8px !default;
|
|
2
2
|
// Point-Grid System
|
|
3
3
|
// Use multiples of this value to define dimensions, padding, and margin of both block and inline elements.
|
|
4
4
|
// Learn more here: https://builttoadapt.io/intro-to-the-8-point-grid-system-d2573cde8632
|
|
@@ -17,7 +17,7 @@ $spacing-data: (
|
|
|
17
17
|
// 32px
|
|
18
18
|
xl: rem($point-unit * 6),
|
|
19
19
|
// 48px
|
|
20
|
-
xxl: rem($point-unit * 8) // 64px
|
|
20
|
+
xxl: rem($point-unit * 8) // 64px,,,,
|
|
21
21
|
) !default;
|
|
22
22
|
|
|
23
23
|
/// A list of named breakpoints. You can use these with the `breakpoint()` mixin to quickly create media queries.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$point-unit:
|
|
1
|
+
$point-unit: 8px !default;
|
|
2
2
|
// Point-Grid System
|
|
3
3
|
// Use multiples of this value to define dimensions, padding, and margin of both block and inline elements.
|
|
4
4
|
// Learn more here: https://builttoadapt.io/intro-to-the-8-point-grid-system-d2573cde8632
|
|
@@ -17,7 +17,7 @@ $spacing-data: (
|
|
|
17
17
|
// 32px
|
|
18
18
|
xl: rem($point-unit * 6),
|
|
19
19
|
// 48px
|
|
20
|
-
xxl: rem($point-unit * 8) // 64px
|
|
20
|
+
xxl: rem($point-unit * 8) // 64px,,,,
|
|
21
21
|
) !default;
|
|
22
22
|
|
|
23
23
|
/// A list of named breakpoints. You can use these with the `breakpoint()` mixin to quickly create media queries.
|