coolify/tailwind.config.js
Andras Bacsai edd1719431 init of v4 🌮
2023-03-17 15:33:48 +01:00

12 lines
191 B
JavaScript

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