mirror of
https://github.com/less/less.js.git
synced 2026-02-11 07:25:07 -05:00
Reference inline comments.
As described in https://github.com/less/less.js/issues/2675 in-value comments are not preserved in referenced rules. This patch adds reference marking to nodes below rules and expressions if markReferenced is available.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
.zz {
|
||||
.y {
|
||||
pulled-in: yes;
|
||||
pulled-in: yes /* inline comment survives */;
|
||||
}
|
||||
/* comment pulled in */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user