UNPKG

jwf-year-calendar

Version:

A full react version of Paul-DS' js-year-calendar, https://github.com/year-calendar/js-year-calendar. Built with support from JWF Process Solutions Ltd.

12 lines (11 loc) 379 B
/** @type {import('tailwindcss').Config} */ module.exports = { darkMode: 'class', content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], safelist: [ { pattern: /^bg-(slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuscia|pink|rose)-(100|200|300|400|500|600|700|800|900)$/, }, ], };