obsolute-paste/tailwind.config.js
baalajimaestro cbb1198bce
Remove tailwind cdn, use proper method to handle the css
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 23:42:45 +05:30

8 lines
169 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./static/*.{js,css}","./templates/*.html"],
theme: {
extend: {},
},
plugins: [],
}