clipfusion/tailwind.config.js

5 lines
85 B
JavaScript

module.exports = {
plugins: [
require("@tailwindcss/line-clamp")
]
};