a260cb63b7
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./src/**/*.{html,js,ts,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|