From 36b16f950330aaa5d09b42c9563a31d9ce34638b Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 11 Oct 2017 10:24:57 -0700 Subject: [PATCH] Intentionally introduced lint-failure --- src/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.js b/src/theme.js index e79f3030167..5deea3c4d7b 100644 --- a/src/theme.js +++ b/src/theme.js @@ -11,7 +11,7 @@ * Theme contains variables shared by styles of multiple components. */ -import hex2rgba from 'hex2rgba'; +import hex2rgba from "hex2rgba"; const colors = { lighter: '#373940', // light blue