mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
test: make tailwind test more stable (#12732)
This commit is contained in:
parent
8b1cecd6b4
commit
901c21f4f0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
|
import {fileURLToPath} from "node:url";
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
content: [path.join(__dirname, 'src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}')],
|
content: [path.join(path.dirname(fileURLToPath(import.meta.url)), 'src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}')],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue