Is there a good reason for cell paddings in tables to not use system variables? #41792
Unanswered
DozenDevil
asked this question in
Q&A
Replies: 1 comment
-
I don't know why they don't use ‘--bs*’ variables here. But it's not hard coded: Line 34 in ddf5853 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I've tried to override padding for table cells using system variables, but to no avail. When I looked at the table styling, I found this:
Every attribute uses Sass variables except for padding. And that's strange, because there are available variables with these default values:
And yet they are hard coded still. Why is that?
P.S.: I am aware that I can set paddings directly to tags
<th>
and<td>
perfectly fine. I am not talking about that.Beta Was this translation helpful? Give feedback.
All reactions