Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
164 B
JavaScript
Raw Permalink Normal View History

import tailwindcssPostcss from "@tailwindcss/postcss";
import autoprefixer from "autoprefixer";
export default {
plugins: [tailwindcssPostcss, autoprefixer],
2025-05-28 21:43:02 +01:00
};