Files
kopyl.dev.v2/tailwind.config.js
Anatoly Kopyl 8f819f3ab1
All checks were successful
Deploy / build-and-publish (push) Successful in 1m22s
Deploy / deploy (push) Successful in 14s
External links
2024-10-05 00:34:31 +03:00

8 lines
117 B
JavaScript

export default {
content: ['./src/**/*.{html,js,svelte,ts,svx}'],
theme: {
extend: {},
},
plugins: [],
}