We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde4bd commit 71f3bd1Copy full SHA for 71f3bd1
packages/less/test/css/inline-comments-nested.css
@@ -0,0 +1,4 @@
1
+/* inline-comments-nested.css — expected compiled result */
2
+.container .item { // inline comment should be preserved
3
+ color: red;
4
+}
packages/less/test/less/inline-comments-nested.less
@@ -0,0 +1,6 @@
+/* inline-comments-nested.less — verify that inline comments survive */
+.container {
+ .item { // inline comment should be preserved
5
+ }
6
0 commit comments