TAO/client/tailwind.config.js

10 lines
128 B
JavaScript
Raw Normal View History

2023-09-02 07:24:30 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}