Skip to content

Commit bc86451

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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)