mirror of
https://github.com/typicode/json-server.git
synced 2025-08-01 17:42:19 +08:00
chore: update config
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
module.exports = {
|
||||||
content: ['./views/**/*.{html,js}'],
|
content: ['./views/**/*.{html,js}'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [
|
||||||
|
require('@tailwindcss/typography'),
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user