Skip to content

Commit

Permalink
feat: improved naming for css spacing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Oct 17, 2024
1 parent e7abd00 commit f9f7259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/lib/default-custom-properties.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
/* Spacing */
--sys42-spacing-xxs: 0.125rem;
--sys42-spacing-2xs: 0.125rem;
--sys42-spacing-xs: 0.25rem;
--sys42-spacing-sm: 0.5rem;
--sys42-spacing-md: 1rem;
--sys42-spacing-lg: 2rem;
--sys42-spacing-xl: 4rem;
--sys42-spacing-xxl: 8rem;
--sys42-spacing-2xl: 8rem;

/* Border radius */
--sys42-border-radius-sm: 0.25rem;
Expand Down

0 comments on commit f9f7259

Please sign in to comment.