wecui
Version:
一款基于Vue2.x版本的移动端web组件
13 lines (12 loc) • 345 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
// Some features might affect others (eg: var() in a calc()
// in order to prevent issue, the map contains a sort of dependencies list
//
// null == always enable (& no caniuse data)
exports.default = {
initial: ["css-all", "css-initial-value"],
rem: ["rem"]
};
;