UNPKG

braid-design-system

Version:
12 lines (11 loc) 313 B
"use strict"; const debugTouchableAttrForDataProp = "braid-debug"; const debugTouchable = ({ after = false } = {}) => ({ selectors: { [`[data-${debugTouchableAttrForDataProp}] &${after ? "::after" : ""}`]: { background: "red", opacity: 0.2 } } }); exports.debugTouchable = debugTouchable;