Skip to content

Commit

Permalink
Minor Sass update
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Apr 25, 2020
1 parent 2ad60ef commit 162a228
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions aemdesign-aem-compose/src/core/scss/generic/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
@import '~bootstrap/scss/reboot';

/**
* More sensible default box-sizing:
* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
*/
* Overrides
*/

html {
box-sizing: border-box;
}

/**
* More sensible default box-sizing:
* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
*/

* {
&,
&::before,
Expand Down

0 comments on commit 162a228

Please sign in to comment.