soundbirder/tailwind.config.js

12 lines
173 B
JavaScript
Raw Normal View History

2023-07-29 18:21:40 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./views/**/*.pug',
'/views/*.pug'
],
theme: {
extend: {},
},
plugins: [],
}