Guest User

Untitled

a guest
Jan 27th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Line 50 should be changed from:
  2. <code>/[\w\s\.\-\:\=\'\*\|\?\^\+\/\\;#%]+\}{1}/</code>
  3.  
  4. to:
  5. /[\w\s\.\-\:\=\'\*\|\?\^\+\/\\\,\(\);#%]+\}{1}/
  6.  
  7. So rules like the next one are parsed:
  8. background: -webkit-linear-gradient(top, #ffffff, #fcf8e3);
Advertisement
Add Comment
Please, Sign In to add comment