You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
Currently I'm using stupidly long class names to pick out specific elements. This was done to make styling easy for newbies. But tbh newbies aren't really our main audience.
This is clumsy:
.s8-page-header-nav-menu-item-icon { /*rules*/ }
This is better:
s8-page s8-header s8-icon { /*rules*/ }
So: The TODO is to revise the theming system to use 'atomic' CSS.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently I'm using stupidly long class names to pick out specific elements. This was done to make styling easy for newbies. But tbh newbies aren't really our main audience.
This is clumsy:
This is better:
So: The TODO is to revise the theming system to use 'atomic' CSS.
The text was updated successfully, but these errors were encountered: