wishlist-app/tailwind.config.js
Benny Samir Hierl b653faceac fix overlapping description issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-02-06 18:08:52 +01:00

8 lines
195 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/line-clamp')],
}