1
0
Fork 0
esix-client/tailwind.config.cjs
2024-10-24 00:22:49 +02:00

9 lines
212 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
safelist: ['accent-yellow-500', 'accent-yellow-50'],
theme: {
extend: {}
},
plugins: [],
};