Files
LogisicsApp_Client/tailwind.config.js
m7amedez5511 54e57ff32a Initial commit
2026-06-03 13:23:41 +03:00

12 lines
240 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./app/**/*.{js,ts,jsx,tsx}",
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}