chore: update config

This commit is contained in:
typicode
2023-12-01 15:46:01 +01:00
parent 6c7f3e5398
commit 6e31d2d82a

View File

@ -1,8 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
module.exports = {
content: ['./views/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
plugins: [
require('@tailwindcss/typography'),
],
}