sassdoc-theme-default
Advanced tools
Comparing version 2.0.4 to 2.0.5
"use strict"; | ||
var _to5Helpers = require("6to5-runtime/helpers"); | ||
var _core = require("6to5-runtime/core-js"); | ||
var _to5Helpers = require("6to5-runtime/helpers"); | ||
var chroma = _to5Helpers.interopRequire(require("chroma-js")); | ||
@@ -8,0 +8,0 @@ |
@@ -58,3 +58,3 @@ "use strict"; | ||
var hexTorgb = function (hex) { | ||
var hexToRgb = function (hex) { | ||
return [0, 2, 4].map(function (x) { | ||
@@ -61,0 +61,0 @@ return getChannel(x, hex); |
@@ -6,3 +6,3 @@ { | ||
"author": "SassDoc team", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "sassdoc-theme" |
200718
46