Skip to content

color as function #39

@jtousek

Description

@jtousek

I've found this little bug.
LESS input:

.color { color: rgb(0, 0, 0); }

CSS output:

.color { color:rgb(0,0,0); }

expected output:

.color { color:#000000; }

I'm not sure where is the right place to call $this->funcToColor($func);...

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