Skip to content

Commit

Permalink
docs: remove -webkit-box-sizing and -moz-box-sizing (#40039)
Browse files Browse the repository at this point in the history
Angular has stopped to support browser that requires these CSS properties.
All supported browsers support standard box-sizing CSS property

PR Close #40039
  • Loading branch information
AlexElin authored and alxhub committed Dec 10, 2020
1 parent 1f73af7 commit 76e3de2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Expand Up @@ -2,8 +2,6 @@
float: left;
}
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
Expand Down
Expand Up @@ -11,8 +11,6 @@ a {
text-decoration: none;
}
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
Expand Down
Expand Up @@ -11,8 +11,6 @@ a {
text-decoration: none;
}
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
Expand Down
Expand Up @@ -11,8 +11,6 @@ a {
text-decoration: none;
}
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
Expand Down

0 comments on commit 76e3de2

Please sign in to comment.