mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
basic comments parsing in mixin arguments. comments need more work and a general solution though. fixes #1071
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user