Skip to content

Commit

Permalink
fix(everything): box-sizing border-box
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-blum committed Dec 17, 2024
1 parent fb65348 commit 848eae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/styles/scss/globals/_imports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@

@forward './utils/content-width';
@forward './utils/ratio-base';

*,
*::before,
*::after {
box-sizing: border-box;
}

0 comments on commit 848eae1

Please sign in to comment.