Skip to content

Commit 8c57436

Browse files
authored
Enable isolation CSS property for servo (#125)
Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
1 parent 7eaabe1 commit 8c57436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/properties/longhands/box.mako.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ ${helpers.predefined_type(
352352
${helpers.single_keyword(
353353
"isolation",
354354
"auto isolate",
355-
engines="gecko",
355+
engines="gecko servo",
356356
spec="https://drafts.fxtf.org/compositing/#isolation",
357357
gecko_enum_prefix="StyleIsolation",
358358
animation_type="discrete",

0 commit comments

Comments
 (0)