7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ["./src/**/*.{html,css,ts}", "./index.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
};
|