Skip to content

Should not add comma separators for the @apply at-rule #4354

@tmkx

Description

@tmkx

To reproduce:

.box {
  @apply h-64 w-64;
}

Current behavior:

.box {
  @apply h-64, w-64;
}

Expected behavior:

.box {
  @apply h-64 w-64;
}

Environment information:

  • less version: 4.4.0
  • nodejs version: 22.17.1
  • operating system: macos

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions