mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fix comments test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user