sql-snippets / tailwind.config.js
cfahlgren1's picture
cfahlgren1 HF staff
init
db39944
raw
history blame
191 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography')]
}