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