mirror of
https://github.com/primer/css.git
synced 2025-01-08 07:23:03 +03:00
feat(primer-support): add $responsive-positions variable
This commit is contained in:
parent
9d3eb82f62
commit
79219929f4
@ -70,3 +70,11 @@ $responsive-variants: ("": "");
|
||||
@each $key in map-keys($breakpoints) {
|
||||
$responsive-variants: map-merge($responsive-variants, ($key: "-#{$key}"));
|
||||
}
|
||||
|
||||
// responive utility position values
|
||||
$responsive-positions: (
|
||||
static,
|
||||
relative,
|
||||
absolute,
|
||||
fixed
|
||||
) !default;
|
||||
|
Loading…
Reference in New Issue
Block a user