vcs-controller/tailwind.config.js

14 lines
228 B
JavaScript
Raw Permalink Normal View History

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