-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor gap css styles #3892
Refactor gap css styles #3892
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to fix the extra space in front of all var(--gap-1)
packages/client/hmi-client/src/assets/css/theme/_variables.scss
Outdated
Show resolved
Hide resolved
packages/client/hmi-client/src/assets/css/theme/_variables.scss
Outdated
Show resolved
Hide resolved
packages/client/hmi-client/src/assets/css/theme/designer/components/input/_autocomplete.scss
Outdated
Show resolved
Hide resolved
packages/client/hmi-client/src/assets/css/theme/extensions/_autocomplete.scss
Outdated
Show resolved
Hide resolved
…tocomplete.scss Co-authored-by: Yohann Paris <github@yohannparis.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still need to check ALL the var(--gap-1)
because they ALL have a space in front of them.
Description
Added default values that match tailwind gaps to
_variables.scss
.replaced some of the values for
.25rem
,.5rem
&.75rem
Resolves #(issue)