mirror of
https://github.com/Xevion/icons.git
synced 2025-12-06 05:15:26 -06:00
10 lines
177 B
JavaScript
10 lines
177 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
|
darkMode: 'class',
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|