UNPKG

@opentiny/tiny-toolkit-docs

Version:

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

13 lines (12 loc) 340 B
// range: 配合 range 使用 range:c-error export default (matcher) => { if (!matcher.startsWith('range:')) return matcher; return { matcher: matcher.slice(6), selector: (s) => `.range:hover ${s}`, body: (body) => { body.push(['transition', 'all var(--trans-time)']); return body; }, }; };