-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
blockedWorking on this issue is blocked, pending something elseWorking on this issue is blocked, pending something elseno-impactNo impact or visible difference to the end userNo impact or visible difference to the end user
Description
The original Sass-based Bulma (mostly) uses named colours (such as white, whitesmoke, and black). For consistency, Bulma Stylus should follow suit.
Currently, Stylus automatically renders with the shortest HEX representation possible (e.g. #fff or #f5f5f5).
This could theoretically be fixed in post with stylelint enforcing the color-named rule they already have. However, their experimental --fix flag is not yet able to automatically convert to named colours. Once/if this functionality becomes available, this should be considered.
Until such time, there's little point in pursuing this, as the colours are identical, just represented differently.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedWorking on this issue is blocked, pending something elseWorking on this issue is blocked, pending something elseno-impactNo impact or visible difference to the end userNo impact or visible difference to the end user