mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-28 23:15:47 +00:00
9 lines
217 B
JavaScript
9 lines
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')],
|
|
} |