mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +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.
4 lines
63 B
HTML
4 lines
63 B
HTML
<!doctype html><style>
|
|
* { all: unset; }
|
|
</style>Hello friends
|