UNPKG

@unocss/nuxt

Version:

Nuxt module for UnoCSS

11 lines (7 loc) 321 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) // CommonJS proxy to bypass jiti transforms from nuxt 2 and using native ESM exports.default = function (...args) { return import('./dist/index.mjs').then(m => m.default.call(this, ...args)) } module.exports.meta = require('./package.json')