aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/unit/css.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/lua/unit/css.lua')
-rw-r--r--test/lua/unit/css.lua4
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 */