remnantchat/tailwind.config.js

9 lines
155 B
JavaScript
Raw Normal View History

2022-08-08 21:11:30 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
}