summaryrefslogtreecommitdiff
path: root/postcss.config.js
blob: 49c0612d5c24aa905f8b947afbf3367746452476 (plain)
1
2
3
4
5
6
export default {
    plugins: {
        tailwindcss: {},
        autoprefixer: {},
    },
};