Skip to content

Commit c5ee098

Browse files
authored
feat: container-type (#77)
1 parent 456007b commit c5ee098

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/compiler/declarations.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,11 @@ function parseZIndex(
864864
}
865865
}
866866

867-
function parseContainerType(_value: unknown, _builder: StylesheetBuilder) {
867+
function parseContainerType(
868+
_declaration: DeclarationType<"container-type">,
869+
builder: StylesheetBuilder,
870+
) {
871+
builder.addContainer(["___default___"]);
868872
return;
869873
}
870874

0 commit comments

Comments
 (0)