Skip to content

Commit

Permalink
fix: add css attribute selector for firefox (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk1ng authored Mar 28, 2024
1 parent 09fcbb3 commit f289c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

&[width='80%'],
&[align='center'],
&[align='middle'],
&[alt~='align-center'] {
@extend %img-align-center;
}
Expand Down

0 comments on commit f289c1b

Please sign in to comment.