From 1ea0a61040c495002afc250d3efcea9a9a47acb3 Mon Sep 17 00:00:00 2001 From: Calum Moore Date: Sat, 14 Dec 2013 01:09:57 +0000 Subject: [PATCH] Fixed issue preventing class or id names with - from being parsed --- muncher/muncher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 muncher/muncher.py diff --git a/muncher/muncher.py b/muncher/muncher.py old mode 100644 new mode 100755 index be58298..6ae3e84 --- a/muncher/muncher.py +++ b/muncher/muncher.py @@ -269,8 +269,8 @@ def processCssFile(self, path, inline = False): for block in blocks: contents = contents + block - ids_found = re.findall(r'((?