Files
json-server/tailwind.config.js
typicode 8b3e48e1ad wip
2023-11-27 23:41:46 +01:00

9 lines
149 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./views/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
}