UNPKG

awesome-gcl

Version:
19 lines (16 loc) 330 B
/** @type {import('tailwindcss').Config} */ const Theme = require('./src/styles/theme'); var tailwind_config = { content: [ './src/**/*.{ts, tsx, html, js, jsx}' ], theme: { colors: { ...Theme.colors }, extend: { inset: { '2px': '2px' } }, } }; export { tailwind_config as default };