Skip to content

Commit bc86451

Browse files
committed
fix: Using the export syntax for blocks in tests.
1 parent 0e763de commit bc86451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/@css-blocks/glimmer/test/fixtures/styled-app/src/ui/components/with-block-aliases

packages/@css-blocks/glimmer/test/fixtures/styled-app/src/ui/components/with-block-aliases/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@block h from "./header.css";
1+
@export h from "./header.css";
22

33
:scope {
44
block-alias: my-scope-alias stylesheet__world;

0 commit comments

Comments
 (0)