tubearchivist-frontend/tailwind.config.js

9 lines
156 B
JavaScript
Raw Normal View History

2022-10-18 19:28:37 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{ts,tsx,jsx,js}"],
theme: {
extend: {},
},
plugins: [],
};