Перейти к содержимому

How to REVERT CSS — get back to default browser style

Mozilla Developer

0:00 / 0:00

How to REVERT CSS — get back to default browser style

10 148 просмотров · 6 лет назад
Mozilla Developer
30,8 тыс. подписчиков
10 148 просмотров · 6 лет назад
We often want to set a CSS property "back to the default" — as if our stylesheets had never applied a style. `Initial` and `unset` seem like they could help us do this.... but they don't quite do what we want. The new `revert` value gives us a way to say "hey, go back to the browser's default styles for this property." Miriam Suzanne explains this new value and how it's different from what we had before. • MDN Docs: https://developer.mozilla.org/en-US/d... • Demo: https://codepen.io/mirisuzanne/pen/WV...