kamilcraft-cv/tailwind.config.js
2023-07-02 21:23:27 +02:00

13 lines
187 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}