mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-07 08:12:47 +08:00
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./index.html', './src/**/*.{vue,js,ts,js,jsx,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|