edu/app/tailwind.config.js

9 lines
185 B
JavaScript
Raw Normal View History

2022-08-26 09:52:43 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {}
},
plugins: []
}