lessphp
lessphp copied to clipboard
Comment support is limited
Can someone confirm whether the following is a known limitation, or a bug? The comments are reflected in the output but placement is incorrect. The only comment that works correctly is the first comment in the file.
Input: /* test / .test { / test3 / color:red; / test4 / } / test2 */
Output: /* test / / test3 / / test2 / .test { / test4 */ color: red; }
Yep, same here
Thanks @rvision. Good to know it isn't just me.
Confirm this in latest master. All comment blocks grouped on top of result file.
+1 to have this fixed.
this is weird bug! why move comments location?