throw new Error("Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).");
var __WEBPACK_IMPORTED_MODULE_0_polished_lib_color_opacify_js__ = __webpack_require__(5);
var __WEBPACK_IMPORTED_MODULE_0_polished_lib_color_opacify_js___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_polished_lib_color_opacify_js__);
var __WEBPACK_IMPORTED_MODULE_1_polished_lib_color_transparentize_js__ = __webpack_require__(6);
var __WEBPACK_IMPORTED_MODULE_1_polished_lib_color_transparentize_js___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_polished_lib_color_transparentize_js__);
throw new Error("Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).");
throw new Error("Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).");
Text moved with changes from lines 137-141 (90.0% similarity)
}
function rgba(firstValue, secondValue, thirdValue, fourthValue) {
throw new Error("Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).");
}
Text moved with changes from lines 155-163 (88.6% similarity)
function curried(f, length, acc) {
return function() {
var combined = acc.concat(Array.prototype.slice.call(arguments));