UNPKG

@pupilfirst/pf-icon

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