php-developer/tailwind.config.js

12 lines
212 B
JavaScript
Raw Permalink Normal View History

2026-01-26 18:40:00 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
],
theme: {
extend: {},
},
plugins: [],
};