library_components/tailwind.config.js
2024-07-09 11:00:50 +02:00

8 lines
113 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
theme: {
extend: {},
},
plugins: [],
};