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
I'm implementing $selector-base for all classes so you can turn whatever you want into placeholders (or prefix things if you really want).
$selector-base
Make sure all classes generated by Graupl use some form of $selector-base.
An example can be found in flex-columns, specifically in #135 which should be merged into 1.x shortly.
The text was updated successfully, but these errors were encountered:
feat: implement selector-base into columns
bb44985
See #136
feat: implement selector-base into container
cf80f18
feat(layout): implement graupl-structured flex columns and new select…
684f715
…or base See #136
feat(layout): implement selector-base
cc70559
No branches or pull requests
Summary
I'm implementing
$selector-base
for all classes so you can turn whatever you want into placeholders (or prefix things if you really want).Solution
Make sure all classes generated by Graupl use some form of
$selector-base
.Additional context
An example can be found in flex-columns, specifically in #135 which should be merged into 1.x shortly.
The text was updated successfully, but these errors were encountered: