UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

11 lines (8 loc) 284 B
import template from "/home/runner/work/b24ui/b24ui/src/theme/container" const result = typeof template === 'function' ? (template as Function)({ "colorMode": true }) : template const theme = { "base": "w-full max-w-[80rem] mx-auto px-5" } export default result as typeof theme