mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-08-28 03:16:33 +02:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
|
|
export default {
|
|
content: ['./src/**/*.{mjs,js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
};
|