Comparing version 0.1.3 to 0.1.4
@@ -69,3 +69,3 @@ import getConfig from "./lib/config.js"; | ||
if (userConfig.theme.extend) { | ||
for (key in userConfig.theme.extend) { | ||
for (const key in userConfig.theme.extend) { | ||
config.theme[key] = typeof config.theme[key] === 'function' | ||
@@ -72,0 +72,0 @@ ? { |
{ | ||
"name": "headlong", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Tailwind CSS on the fly", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
368038
3629