basic comments parsing in mixin arguments. comments need more work and a general solution though. fixes #1071

This commit is contained in:
Luke Page
2012-12-11 21:33:43 +00:00
parent 033abfd8be
commit e69acbdc51
3 changed files with 17 additions and 1 deletions

View File

@@ -51,6 +51,9 @@
-webkit-border-radius: 2px /* webkit only */;
-moz-border-radius: 8px /* moz only with operation */;
}
.test {
color: 1px //put in @b - causes problems! --->;
}
#last {
color: #0000ff;
}