mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-24 23:29:17 +08:00
11 lines
185 B
JavaScript
11 lines
185 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
'src/**/*.{js,jsx,ts,tsx,vue}',
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|