Skip to content

Commit

Permalink
chore: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Dec 26, 2024
1 parent ff50cfa commit 5037b4a
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 59 deletions.
12 changes: 8 additions & 4 deletions packages/fuselage/src/components/Grid/Grid.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ $breakpoint-names: map-keys(breakpoints.$breakpoints);
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / -2
)} /
-2
);
margin-inline: calc(
#{to-rem(
map-get(
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / -2
)} /
-2
);
}
}
Expand All @@ -54,15 +56,17 @@ $breakpoint-names: map-keys(breakpoints.$breakpoints);
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / 2
)} /
2
);
padding-inline: calc(
#{to-rem(
map-get(
map-get(breakpoints.$breakpoints, $breakpoint-name),
gutter-width
)
)} / 2
)} /
2
);

$total-columns: map-get(
Expand Down
Loading

0 comments on commit 5037b4a

Please sign in to comment.