UNPKG

daisyui

Version:

daisyUI 5 - The Tailwind CSS Component Library

8 lines (6 loc) 241 B
import halloween from './object.js'; import { addPrefix } from '../../functions/addPrefix.js'; export default ({ addBase, prefix = '' }) => { const prefixedhalloween = addPrefix(halloween, prefix); addBase({ ...prefixedhalloween }); };