**To reproduce:** ```less .box { @apply h-64 w-64; } ``` **Current behavior:** ```css .box { @apply h-64, w-64; } ``` **Expected behavior:** ```css .box { @apply h-64 w-64; } ``` **Environment information:** <!-- Provide the `less` and `nodejs` packages versions --> - `less` version: 4.4.0 - `nodejs` version: 22.17.1 - `operating system`: macos