diff --git a/lib/parse/index.js b/lib/parse/index.js index 053f0596..681de55f 100644 --- a/lib/parse/index.js +++ b/lib/parse/index.js @@ -224,7 +224,7 @@ module.exports = function(css, options){ if (!match(/^:\s*/)) return error("property missing ':'"); // val - var val = match(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/); + var val = match(/^((?:'(?:\\'|\.)*?'|"(?:\\"|\.)*?"|\([^\)]*?\)|[^};])+)/); var ret = pos({ type: 'declaration',