mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix svelte test
This commit is contained in:
parent
b7d2c8f11e
commit
3d1118f5df
@ -6,7 +6,7 @@ let css = String.raw
|
||||
|
||||
test('it detects svelte based on the file extension', () => {
|
||||
let config = {
|
||||
content: [path.resolve(__dirname, './svelte-syntax.test.svelte')],
|
||||
content: [path.resolve(__dirname, './syntax-svelte.test.svelte')],
|
||||
corePlugins: { preflight: false },
|
||||
theme: {},
|
||||
plugins: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user