summaryrefslogtreecommitdiff
path: root/src/parse/important.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/important.c')
-rw-r--r--src/parse/important.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parse/important.c b/src/parse/important.c
index f4aef00..6e2590e 100644
--- a/src/parse/important.c
+++ b/src/parse/important.c
@@ -346,6 +346,11 @@ void css__make_style_important(css_style *style)
offset++; /* value */
break;
+ case CSS_PROP_FILL_OPACITY:
+ if (value == FILL_OPACITY_SET)
+ offset++; /* value */
+ break;
+
case CSS_PROP_ORDER:
if (value == ORDER_SET)
offset++; /* value */