Files
portfolio2023/tailwind.config.js
T
2023-12-05 18:45:50 +01:00

11 lines
199 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: [
"./resources/**/*.{edge,js,ts,jsx,tsx,vue}",
],
theme: {
extend: {},
},
plugins: [],
}