mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-04 16:11:54 +00:00
This sets all longhand values to one of initial, inherit, unset or revert. Note that revert is not supported yet, but will be soon.
3 lines
63 B
HTML
3 lines
63 B
HTML
<!doctype html><style>
|
|
* { all: unset; }
|
|
</style>Hello friends
|