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