vcs-controller/tailwind.config.js

14 lines
212 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
module.exports = {
2024-07-28 19:41:21 -07:00
content: ["./ui/**/*.html"],
theme: {
extend: {
aspectRatio: {
albumCarousel: "1/1.25",
},
},
},
plugins: [],
}