Skip to content
Snippets Groups Projects
tailwind.config.js 160 B
Newer Older
/** @type {import('tailwindcss').Config} */
module.exports = {
    content: ["./src/**/*.{html,js}"],
    theme: {
      extend: {},
    },
    plugins: [],
  }