Files
blog/tailwind.config.js
PrototypeArea c9c1b68562 First commit
2022-06-23 23:12:27 -04:00

9 lines
174 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}