mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 18:05:06 +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
|