aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
blob: 967b8e1b0303a3726d731ac685e03a09b1a25efe (plain)
1
2
3
4
5
6
7
8
9
export default {
    content: [
        "./templates/**/*.django",
        "./static/js/**/*.js",
    ],
    theme: {
        extend: {},
    },
};