-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
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
control padding more #1740
Comments
its not impossible. grid-columns: 3
grid-gap: 0
c1: "" {
style.opacity: 0
grid-rows: 3
grid-gap: 0
l1: "" {
style.opacity: 0
grid-rows: 1
grid-gap: 0
a
s1: {width: 10; style.opacity: 0}
b
s2: {width: 10; style.opacity: 0}
c
}
s3: {height: 10; style.opacity: 0}
d
}
s4: {width: 10; style.opacity: 0}
e
***: {style.border-radius: 10} |
Great! Achive it by 2 steps: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g. a common use case is container around image. but padding makes it too big
another use case for
gap-size
? (#1738)The text was updated successfully, but these errors were encountered: