Files
aas-js/packages/webui/tailwind.config.js
T
2023-11-24 13:54:36 -06:00

9 lines
151 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./html/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
};