[client] Clean up and standardize client CSS #859
Labels
client
(Javascript) client code and CSS
improvement
Not a new feature, but makes Isso more pleasant to use
needs-contributor
Someone needs to implement this. Help wanted!
needs-decision
Architectural/Behavioral decision by maintainers needed
Milestone
Since we're throwing all user-supplied style overrides overboard with the addition of
isso-
prefixes in #816 anyway, the upcoming 0.13 release might be a great opportunity to review and rewrite some of the CSS that's shipped on the client side.As a reference point: This is the current CSS: isso/css/isso.css
What I see as issues:
#eee
,#EEE
,#eeeeee
, orrgba(0, 0, 0, 0.1)
)important!
isso-
-namespacedpx
andem
units (userem
instead, see caniuse: rem), also no notion of a gridcalc()
(bad browser support, see caniuse: calc)font-weight
given as either numerical (700
) or text (bold
) valueRelated: #842 (comment), usage of Tailwind's color palette.
Wishlist:
The text was updated successfully, but these errors were encountered: