Skip to content

Commit

Permalink
temporary tokens map for form footer
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Oct 3, 2024
1 parent ca52adf commit 2effa05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/components/form-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@use '../variables/spacing';
@use './../variables/breakpoints';
@use '../mixins/utilities' as utility-mx;
@use '../tokens/components' as components;
@use '../tokens/temp-form-footer' as components;
@use '../functions/tokens' as tokens;

tokens.$default-map: components.$post-form-footer;
Expand Down
7 changes: 7 additions & 0 deletions packages/styles/src/tokens/_temp-form-footer.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$post-form-footer: (
post-form-footer-border-top-width: var(--post-core-dimension-2),
post-form-footer-border-top-color: var(--post-core-color-brand-black),
post-form-footer-padding-top-s: var(--post-core-dimension-24),
post-form-footer-padding-top-m: var(--post-core-dimension-32),
post-form-footer-gap: var(--post-core-dimension-8),
);

0 comments on commit 2effa05

Please sign in to comment.