library_components/tailwind.config.js

8 lines
113 B
JavaScript
Raw Normal View History

2024-07-05 12:22:31 +00:00
/** @type {import('tailwindcss').Config} */
export default {
2024-07-09 09:00:50 +00:00
theme: {
extend: {},
2024-07-05 12:22:31 +00:00
},
2024-07-09 09:00:50 +00:00
plugins: [],
2024-07-05 12:22:31 +00:00
};