amber-web/tailwind.config.js

9 lines
128 B
JavaScript
Raw Permalink Normal View History

2024-08-03 08:08:09 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
2024-08-04 08:54:16 +00:00
};