Polarcraft/web/tailwind.config.js

10 lines
128 B
JavaScript
Raw Normal View History

2023-04-20 19:22:44 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}