astro-ghostcms/.pnpm-store/v3/files/75/d31ac714018042f07207092da00...

10 lines
218 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
const colors = require('@unocss/preset-mini/colors');
Object.keys(colors).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = colors[k];
});