Files
jacoblenz/tailwind.config.js
Simon Martens 7bef8581b0 Initial commit
2022-12-30 16:29:30 +01:00

9 lines
160 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js,njk,yml,md}"],
theme: {
extend: {},
},
plugins: [],
}