docs: remove -webkit-box-sizing and -moz-box-sizing (#40039)
Angular has stopped to support browser that requires these CSS properties. All supported browsers support standard box-sizing CSS property PR Close #40039
This commit is contained in:
parent
1f73af77a7
commit
76e3de253c
|
@ -2,8 +2,6 @@
|
|||
float: left;
|
||||
}
|
||||
*, *::after, *::before {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
h3 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue