mirror of
https://github.com/jakobkordez/call-tester.git
synced 2025-05-28 06:30:27 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|