Skip to content

Add PostCSS to handle prefixes on css after converting from sass #248

Closed
@EmptyWork

Description

@EmptyWork

Example of the conversion

.no-select {
  user-select: none;
}

Will be add a new property -webkit-user-select: none

.no-select {
  user-select: none;
  -webkit-user-select: none; /* added */
}

reference: https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions