mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:39:30 +08:00
11 lines
241 B
Text
11 lines
241 B
Text
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const presetUno = require('@unocss/preset-uno');
|
|
|
|
|
|
|
|
for (const k in presetUno) {
|
|
if (k !== 'default' && !exports.hasOwnProperty(k)) exports[k] = presetUno[k];
|
|
}
|