Minor Changes
- #7274
3fd9f6415
Thanks @aaronccasanova! - Exposed types for each token group including scale/alias unions for select token groups
Patch Changes
- #7239
8626d6a1b
Thanks @BPScott! - Increase$p-breakpoint-*-{down,only}
breakpoint max-width values by 0.01px so that they are representable in fewer digits of precision when expressed asem
s. This ensures they are representable without rounding when usingnode-sass
's default precision. E.g.$p-breakpoints-md-down
changes frommax-width: 47.996875em
tomax-width: 47.9975em
.