From 78e31a8e73826702fa75611f06ee788c5f42ce71 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 20 Dec 2016 22:11:32 +0100 Subject: [PATCH] Update browser.js --- browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.js b/browser.js index 52f3a972..91bea91f 100644 --- a/browser.js +++ b/browser.js @@ -95,7 +95,7 @@ function formatArgs(args) { // figure out the correct index to insert the CSS into var index = 0; var lastC = 0; - args[0].replace(/%[a-z%]/g, function(match) { + args[0].replace(/%[a-zA-Z%]/g, function(match) { if ('%%' === match) return; index++; if ('%c' === match) {