File size: 148 Bytes
5cc830e
 
 
 
f282b32
5cc830e
 
 
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./*.{html,js}"],
  theme: {
    extend: {},
  },
  plugins: [],
}