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
/* Component with attributes .active - The component when it also has the '.active' class. :hover - The hover styling for this component. [disabled] - The component with the disabled attribute. [disabled]:hover - the component with the disabled attribute when it is hovered. [width="500"] - The component with the width attribute that has a value of 500. [href^="mailto"] - The component if the href attribute starts with 'mailto'.*/
from: kss-node/kss-node#52
What if my modifiers are not always class names?
E.g. I often use ARIA role attributes as modifiers:
I did not find any practicable solution to document those.
The text was updated successfully, but these errors were encountered: