Skip to content

rgba() value after minify will get a 0.002 increase in its alpha value #1682

@haoqunjiang

Description

@haoqunjiang

Reproduction

echo "div { color: rgba(100, 100, 100, 0.5); }\n" | esbuild --minify --loader=css --target=chrome61

Output

div{color:rgba(100,100,100,.502)}

Expected output

div{color:rgba(100,100,100,.5)}

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