Files
gotemplresume/tailwind.config.js
Berkay Akyazı 4352c5579a initial commit
2024-03-11 23:29:00 +03:00

10 lines
152 B
JavaScript

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