UNPKG

@gigscom/embeds-js

Version:

prebuilt embeddable UI components on top of the Gigs API for the Web

14 lines (12 loc) 237 B
import forms from '@tailwindcss/forms' /** @type {import('tailwindcss').Config} */ export default { content: [], theme: { extend: {}, }, corePlugins: { preflight: false, }, plugins: [forms({ strategy: 'class' })], }