vcs-controller/tailwind.config.js
2024-07-29 02:41:21 +00:00

13 lines
212 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./ui/**/*.html"],
theme: {
extend: {
aspectRatio: {
albumCarousel: "1/1.25",
},
},
},
plugins: [],
}