mirror of
https://github.com/klxf/eext-jiepei-helper.git
synced 2025-12-06 22:24:14 +08:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
|
|
/** @type {import('tailwindcss').Config} */
|
||
|
|
module.exports = {
|
||
|
|
content: ["./iframe/**/*.{html,css,js}"],
|
||
|
|
theme: {
|
||
|
|
extend: {},
|
||
|
|
},
|
||
|
|
plugins: [],
|
||
|
|
}
|
||
|
|
|