remnantchat/tailwind.config.js

9 lines
155 B
JavaScript
Raw Normal View History

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