csci8980-f23/pmltt-lang/tailwind.config.cjs

9 lines
163 B
JavaScript
Raw Normal View History

2023-10-16 07:49:17 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.bs.mjs"],
theme: {
extend: {},
},
plugins: [],
};