Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Line 50 should be changed from:
- <code>/[\w\s\.\-\:\=\'\*\|\?\^\+\/\\;#%]+\}{1}/</code>
- to:
- /[\w\s\.\-\:\=\'\*\|\?\^\+\/\\\,\(\);#%]+\}{1}/
- So rules like the next one are parsed:
- background: -webkit-linear-gradient(top, #ffffff, #fcf8e3);
Advertisement
Add Comment
Please, Sign In to add comment