Matrix/Webserver/tailwind.config.js

9 lines
150 B
JavaScript
Raw Normal View History

2023-11-24 06:07:09 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
2023-11-24 06:07:09 +00:00
},
plugins: []
};