{"version":3,"sources":["webpack:///./node_modules/tiny-slider/src/helpers/addCSSRule.js"],"names":["addCSSRule","sheet","selector","rules","index","insertRule","addRule"],"mappings":"yFAAA,wCAEO,SAASA,EAAWC,EAAOC,EAAUC,EAAOC,GAE/C,eAAgBH,EACdA,EAAMI,WAAWH,EAAW,IAAMC,EAAQ,IAAKC,GAC/CH,EAAMK,QAAQJ,EAAUC,EAAOC","file":"addCSSRule.a3c19014.js","sourcesContent":["// cross browsers addRule method\nimport { raf } from './raf.js';\nexport function addCSSRule(sheet, selector, rules, index) {\n // return raf(function() {\n 'insertRule' in sheet ?\n sheet.insertRule(selector + '{' + rules + '}', index) :\n sheet.addRule(selector, rules, index);\n // });\n}"],"sourceRoot":""}