We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The sate "hover" would not have to generate default value
The sate hover would not have to generate a defaut state as it works at this moment. Right now, this option is unusable in many case Example :
"bghover": ( property: background-color, class:bgh, state: hover, values: ( primary:$primary, ),
.bgh-primary { background-color: #25bbe4 !important; } .bgh-primary-hover:hover { background-color: #25bbe4 !important; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Proposal
The sate "hover" would not have to generate default value
Motivation and context
The sate hover would not have to generate a defaut state as it works at this moment.
Right now, this option is unusable in many case
Example :
The text was updated successfully, but these errors were encountered: