UNPKG

flyonui

Version:

The easiest, free and open-source Tailwind CSS component library with semantic classes.

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