UNPKG

@socket.tech/plugin

Version:
9 lines (8 loc) 161 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [], };