diff --git a/index.js b/index.js index 2cacbf8..ca73d6e 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,3 @@ - /** * Module dependencies. */ @@ -105,7 +104,7 @@ module.exports = function(css){ function declaration() { // prop - var prop = match(/^([-\w]+)\s*/); + var prop = match(/^(\*?[-\w]+)\s*/); if (!prop) return; prop = prop[0];