mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 20:52:08 +08:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./views/**/*.{html,js}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|