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