mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['*.html', './src/**/*.rs'],
|
|
theme: {},
|
|
plugins: []
|
|
};
|