We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172b56 commit d12029bCopy full SHA for d12029b
test/index.js
@@ -59,5 +59,9 @@ describe('constants', () => {
59
':import("./colors.css") {\n i__const_red_5: red\n}'
60
)
61
})
62
+
63
+ it('should import a simple constant with import-define', () => {
64
+ test('@import-define red from "./colors.css";', ':import("./colors.css") {\n i__const_red_6: red\n}')
65
+ })
66
67
0 commit comments