pimi-launcher/tailwind.config.js

9 lines
153 B
JavaScript
Raw Normal View History

2023-06-19 18:41:52 +03:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {}
},
plugins: []
}