UNPKG

705 BSource Map (JSON)View Raw
1{"version":3,"file":"css.js","sources":["../src/utils/css.js"],"sourcesContent":["export const unselectable = () => `\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n`\n\n// Transforms a number to be used as a CSS value, with the `px` suffix appended to it. If not a number, the value is returned directly.\nexport function cssPx(value) {\n return typeof value === 'number' ? value + 'px' : value\n}\n"],"names":["unselectable","cssPx","value"],"mappings":";;;;IAAaA,YAAY,GAAG,SAAfA,YAAe;AAAA;AAAA;;AASrB,SAASC,KAAT,CAAeC,KAAf,EAAsB;AAC3B,SAAO,OAAOA,KAAP,KAAiB,QAAjB,GAA4BA,KAAK,GAAG,IAApC,GAA2CA,KAAlD;AACD;;;;;"}
\No newline at end of file