clipfusion/tailwind.config.js

5 lines
86 B
JavaScript

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