MCPcopy Create free account
hub / github.com/formkit/formkit / themesBuildExtras

Function themesBuildExtras

scripts/build.mjs:228–234  ·  view source on GitHub ↗

* Special considerations for building the themes package.

()

Source from the content-addressed store, hash-verified

226 * Special considerations for building the themes package.
227 */
228async function themesBuildExtras() {
229 await bundle('themes', 'css/genesis', !usingProgressBar)
230 await bundle('themes', 'tailwindcss', !usingProgressBar)
231 await bundle('themes', 'tailwindcss/genesis', !usingProgressBar)
232 await bundle('themes', 'unocss', !usingProgressBar)
233 await bundle('themes', 'windicss', !usingProgressBar)
234}
235
236/**
237 * Special considerations for building the addons package.

Callers 1

buildPackageFunction · 0.85

Calls 1

bundleFunction · 0.85

Tested by

no test coverage detected