UNPKG
wayne-cli-tools
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
一个react脚手架(vite,nextjs)
wayne-cli-tools
/
src
/
templates
/
vite-react-template
/
tailwind.config.js
9 lines
(8 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/**
@type
{import('tailwindcss').Config} */
module
.
exports
= { content: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
], theme: { extend: {} }, plugins: [
'prettier-plugin-tailwindcss'
] };