runas.rocks/tailwind.config.js

9 lines
149 B
JavaScript
Raw Permalink Normal View History

2022-12-06 15:51:13 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["dist/*.{html,js,htm}"],
theme: {
extend: {},
},
plugins: [],
}