diff --git a/browser.js b/browser.js index 8d013bc..fff9083 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) {