fix regression: mixin guards compare units correctly

This commit is contained in:
Luke Page
2013-03-06 10:07:43 +00:00
parent c583acede0
commit dca16509c2
3 changed files with 19 additions and 1 deletions

View File

@@ -69,3 +69,8 @@
content: is not theme2;
content: is theme1 no quotes;
}
#tryNumberPx {
catch: all;
declare: 4;
declare: 4px;
}