mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 03:39:40 +03:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
// eslint-disable-next-line global-require
|
|
presets: [require('@~local/tailwind')],
|
|
content: ['**/*.{js,ts,jsx,tsx,mdx}'],
|
|
};
|