diff --git a/index.js b/index.js index 4aa8cb8..ef8abe4 100644 --- a/index.js +++ b/index.js @@ -117,7 +117,7 @@ module.exports = function(css){ val = val[0].trim(); // ; - match(/^;\s*/); + match(/^[;\s]*/); return { property: prop, value: val }; }