m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-11 22:53:48 -05:00
Files
cup/tailwind.config.js
2024-07-12 13:26:40 +03:00

12 lines
164 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"src/static/template.liquid"
],
theme: {
extend: {},
},
plugins: [],
}