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 919349c commit 8444aacCopy full SHA for 8444aac
tests/tests.ts
@@ -46,7 +46,7 @@ let css: TestEntry[] = [
46
[`@config "./file.js";`, `@config './file.js';`],
47
[`@source "./file.js";`, `@source './file.js';`],
48
[`@source not "./file.js";`, `@source not './file.js';`],
49
- [`@source inline("./file.js");`, `@source inline('./file.js');`],
+ [`@source inline("flex");`, `@source inline('flex');`],
50
]
51
52
export let javascript: TestEntry[] = [
0 commit comments