mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { Config } from 'tailwindcss';
|
|
|
|
const config = {} satisfies Config;
|
|
|
|
export default config;
|