Skip to content

output css includes undefined #140

@lovetingyuan

Description

@lovetingyuan

image

css input:

.dark\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

output:

.dark\:border-gray-100 {
  border-color: undefined;
}
.dark\:border-gray-100:border-gray-100 {
  border-color: rgb(243 244 246 / 1);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions