Skip to content

Commit 8ac3e35

Browse files
committed
feat: container-type
1 parent ba76cff commit 8ac3e35

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/compiler/declarations.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,11 @@ function parseZIndex(
853853
}
854854
}
855855

856-
function parseContainerType(_value: unknown, _builder: StylesheetBuilder) {
856+
function parseContainerType(
857+
_declaration: DeclarationType<"container-type">,
858+
builder: StylesheetBuilder,
859+
) {
860+
builder.addContainer(["___default___"]);
857861
return;
858862
}
859863

0 commit comments

Comments
 (0)