mirror of
https://github.com/vacp2p/staking-demo-app.git
synced 2026-01-09 21:08:10 -05:00
10 lines
167 B
TypeScript
10 lines
167 B
TypeScript
import { type Config } from 'tailwindcss';
|
|
|
|
export default {
|
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
} satisfies Config;
|