unocss-preset-weapp
Version:
the unocss preset for wechat miniprogram (uniapp, taro)
19 lines (16 loc) • 2.14 kB
JavaScript
export { z as alignments, a as animations, c as appearance, N as appearances, I as aspectRatio, a7 as backgroundBlendModes, b as backgroundStyles, g as bgColors, d as borderStyles, e as borders, F as boxSizing, W as breaks, i as colorScheme, j as containerParent, P as contains, U as contentVisibility, V as contents, ai as cssProperty, ah as cssVariables, O as cursors, M as displays, l as divides, a9 as dynamicViewportHeight, a0 as fieldSizing, m as flex, B as flexGridJustifiesAlignments, D as floats, $ as fontSmoothings, _ as fontStyles, ac as fonts, n as gaps, p as grids, h as handlerBorderStyle, a1 as hyphens, C as insets, a5 as isolations, x as justifies, s as lineClamps, K as margins, a8 as mixBlendModes, a6 as objectPositions, f as opacity, y as orders, o as outline, q as overflows, J as paddings, A as placements, Q as pointerEvents, u as positions, R as resizes, r as rules, G as safeArea, a4 as screenReadersAccess, H as sizes, L as spaces, aa as svgUtilities, ad as tabSizes, t as textAligns, k as textDecorations, ae as textIndents, Y as textOverflows, ag as textShadows, af as textStrokes, Z as textTransforms, X as textWraps, ab as transitions, S as userSelects, v as verticalAligns, T as whitespaces, w as willChange, a2 as writingModes, a3 as writingOrientations, E as zIndexes } from './shared/unocss-preset-weapp.BSEwpZC6.mjs';
export { b as backdropFilterBase, e as boxShadows, d as boxShadowsBase, f as filterBase, a as filters, r as ringBase, c as rings, t as transformBase, g as transforms } from './shared/unocss-preset-weapp.BtJbtgFk.mjs';
import './shared/unocss-preset-weapp.nctVdKFd.mjs';
import '@unocss/core';
import '@unocss/rule-utils';
import 'unplugin-transform-class/utils';
const questionMark = [
[
/^(where|\?)$/,
(_, { constructCSS, generator }) => {
if (generator.userConfig.envMode === "dev")
return `@keyframes __un_qm{0%{box-shadow:inset 4px 4px #ff1e90, inset -4px -4px #ff1e90}100%{box-shadow:inset 8px 8px #3399ff, inset -8px -8px #3399ff}} ${constructCSS({ animation: "__un_qm 0.5s ease-in-out alternate infinite" })}`;
}
]
];
export { questionMark };