UNPKG

@opentiny/tiny-toolkit-docs

Version:

这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点

14 lines (13 loc) 294 B
// ! !c-error export default matcher => { if (!matcher.startsWith('!')) return matcher; return { matcher: matcher.slice(1), body: body => { body.forEach(e => { e[1] && (e[1] += ' !important'); }); return body; }, }; };