Skip to content

Commit

Permalink
docs: remove -webkit-box-sizing and -moz-box-sizing (angular#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 angular#40039
  • Loading branch information
AlexElin authored and zarend committed Dec 11, 2020
1 parent a272552 commit ce3d7fb
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 ce3d7fb

Please sign in to comment.