Skip to content

Alpha hex support #1013

Open
Open
@Soviut

Description

@Soviut

#697 proposes single and double character hex color support (eg: #E would convert to #EEEEEE).

In the spirit of this, I'm proposing support for alpha hex support.

#FF000080

The extra two hex digits at the end would represent the alpha/opacity. LESS could convert this to:

rgba(255, 0, 0, 0.5)

Producing a pure red with 50% opacity.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions