Skip to content

Commit

Permalink
Remove svg_size minin
Browse files Browse the repository at this point in the history
  • Loading branch information
ASPhillips8 committed Dec 23, 2024
1 parent 11df23d commit 5555ecf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions playbook/app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ $pb_icon_circle_sizes: (
"xl": 100px,
);

@mixin svg_size($name, $match, $adjust) {
@if $name == $match {
$svg_xy: $adjust;
& > svg {
width: #{$svg_xy};
height: #{$svg_xy};
}
}
}

[class^=pb_icon_circle_kit] {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 5555ecf

Please sign in to comment.