9 lines
No EOL
217 B
JavaScript
9 lines
No EOL
217 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
// eslint-disable-next-line no-undef
|
|
module.exports = {
|
|
content: ["./src/**/*.{html,js,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [import('tailwind-scrollbar')],
|
|
} |