You've already forked electrical
mirror of
https://github.com/murexrobotics/electrical-2024.git
synced 2026-04-19 03:24:12 +00:00
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|