UNPKG

weui

Version:

A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.

16 lines (12 loc) 203 B
@import 'fn'; body { .varsLight(); } @media (prefers-color-scheme: dark) { body:not([data-weui-theme='light']) { .varsDark(); } } body[data-weui-theme='dark'] { .varsDark(); }