system-pri/frontend/tailwind.config.js

10 lines
120 B
JavaScript
Raw Normal View History

2022-05-22 21:28:25 +02:00
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}