Skip to content

PseudoClasses do not resolve correct #136

Closed
@matsrietdijk

Description

@matsrietdijk

For example:

[ a 
    [ color (hex "#000000")
    , hover
        [ color (hex "#111111") ]
    , active
        [ color (hex "#222222") ]
    , disabled
        [ color (hex "#333333") ]
    ]
]

Results in:

a { color: #000000 }
a:hover { color: #111111 }
a:hover:active { color: #222222 }
a:hover:active:disabled { color: #333333 }

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions