Skip to content

Commit

Permalink
test: make tailwind test more stable (#12732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Dec 13, 2024
1 parent 8b1cecd commit 901c21f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import path from 'node:path';
import {fileURLToPath} from "node:url";

/** @type {import('tailwindcss').Config} */
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}')],
};

0 comments on commit 901c21f

Please sign in to comment.