Replies: 1 comment
-
Usually this is correct, however #97 is doing exactly what you're asking (moving variables from |
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
-
I'm looking at creating a component for a
DropdownMenu
out of theUserIcon
in the header (with Name / Email / Company...)I can easily do that by simply adding a div as one of the generated menu item, (because there is no hover state or anything, I dont want to use the normal
MenuItem
(orli
) in react) but I would like to have the same padding than other menu items below it, the issue is, this padding definition is$iui-inputs-padding
, and this is defined inscss/inputs/variables
(but not referenced inscss/variables
.)Would the expected solution to use directly the
scss/inputs/variables
or we intended to have only one entry point for variables consumption, inscss/variables
?Or, maybe the other variables are not meant to be part of the API and should be considered private ?
Thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions