astro-ghostcms/.pnpm-store/v3/files/09/6a4764caa067543ebd012092d2f...

10 lines
214 B
Plaintext

'use strict';
const theme = require('@unocss/preset-mini/theme');
Object.keys(theme).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = theme[k];
});