mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2025-02-22 20:51:45 +00:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
export default {
|
||
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||
|
theme: {
|
||
|
extend: {}
|
||
|
},
|
||
|
plugins: []
|
||
|
};
|