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
has-gap-none
has-gap-0
has-gap-1
Other...
When using flexbox to arrange, say, images, it can be useful to take advantage of CSS' ability to easily put gaps between the items.
Add spacing variants for the CSS gap property based on the space helper values.
gap
space
(Here are the caniuse.com stats for gap support in flexbox.)
caniuse.com
It's possible to generate the variants myself, in siimple.config.js. But maybe others would find this a useful addition too?
siimple.config.js
No response
The text was updated successfully, but these errors were encountered:
feat: add 'has-gap-*' class jmjuanes#198
c058bb0
jmjuanes
No branches or pull requests
Feature type
Other...
Is your feature request related to a problem?
When using flexbox to arrange, say, images, it can be useful to take advantage of CSS' ability to easily put gaps between the items.
Describe the solution you'd like
Add spacing variants for the CSS
gap
property based on thespace
helper values.(Here are the
caniuse.com
stats forgap
support in flexbox.)Describe alternatives you've considered
It's possible to generate the variants myself, in
siimple.config.js
. But maybe others would find this a useful addition too?Additional context
No response
The text was updated successfully, but these errors were encountered: