diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-03-05 21:11:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-03-05 21:11:48 +0000 |
commit | fdb004b9ce1a64552421ce5dcf1a0da4796f08c5 (patch) | |
tree | 730f41d2460154ab75b8f59c1dc3b37c319b4c4b /test/lua | |
parent | 53851cbe0f11aac01b3dae769b3ea0755b28788a (diff) | |
download | rspamd-fdb004b9ce1a64552421ce5dcf1a0da4796f08c5.tar.gz rspamd-fdb004b9ce1a64552421ce5dcf1a0da4796f08c5.zip |
[Project] Css: Rework flags of css properties
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/css.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lua/unit/css.lua b/test/lua/unit/css.lua index 4bd78b244..86119641e 100644 --- a/test/lua/unit/css.lua +++ b/test/lua/unit/css.lua @@ -100,8 +100,8 @@ body { ]], [[ /* Colors */ -* { color: hsl(0, 100%, 50%) } /* red */ -* { color: hsl(120, 100%, 50%) } /* lime */ +* { color: hsl(0, 100%, 50%) !important } /* red */ +* { color: hsl(120, 100%, 50%) important } /* lime */ * { color: hsl(120, 100%, 25%) } /* dark green */ * { color: hsl(120, 100%, 75%) } /* light green */ * { color: hsl(120, 75%, 75%) } /* pastel green, and so on */ |