Skip to content
Snippets Groups Projects
tailwind.config.js 158 B
Newer Older
Louis's avatar
Louis committed
/** @type {import('tailwindcss').Config} */
export default {
  content: ['./src/**/*.{html,js,svelte,ts}'],
  theme: {
    extend: {},
  },
  plugins: [],
}