Fix comments test

This commit is contained in:
Luke Page
2013-02-02 16:53:03 +00:00
parent e21bf1d7a1
commit a490bc12bf
3 changed files with 9 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
.selector /* .with */, .lots, /* of */ .comments {
color: grey, /* blue */ orange;
-webkit-border-radius: 2px /* webkit only */;
-moz-border-radius: 2px * 4 /* moz only with operation */;
-moz-border-radius: (2px * 4) /* moz only with operation */;
}
.mixin_def_with_colors(@a: white, // in