Files
aso/tailwind.config.js
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +07:00

12 lines
191 B
JavaScript
Executable File

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
],
theme: {
extend: {},
},
plugins: [],
}