Replies: 1 comment 1 reply
-
I guess you can write something like this: You can't specify both width and min-width because width is also an alias to min-width and max-width. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When having this code:
...I'm getting the error:
Is this reasonable? I can get a minimum applied, as if it would be on the outer
Rectangle
anyways, because it's carried forward from the inside, even with a non-percentage width (I know that it'sDemo
that the property gets finally effective on):Why is that rule in place? Shouldn't it be relaxed or given up?
Beta Was this translation helpful? Give feedback.
All reactions