• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/** @type {import('tailwindcss').Config} */
2module.exports = {
3  content: [
4    "./src/**/*.{html,ts}",
5  ],
6  theme: {
7    extend: {},
8  },
9  plugins: [],
10}
11
12