Skip to content

Commit

Permalink
remove temp footer tokens and use the real ones
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Oct 8, 2024
1 parent d37cf60 commit 124ac50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/styles/src/components/form-footer.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@use '../mixins/utilities' as utility-mx;
@use '../tokens/temp-form-footer' as components;
@use '../tokens/components';
@use '../functions/tokens' as tokens;

tokens.$default-map: components.$post-form-footer;

.form-footer {
@include utility-mx.responsive-actions();
border-block-start: tokens.get('form-footer', 'border-block-start-width')
tokens.get('form-footer', 'border-block-start-color');
tokens.get('form-footer', 'border-start-color');
border-block-start-style: tokens.get('form-footer', 'border-block-start-style');
padding-block-start: tokens.get('form-footer', 'padding-block-start');
gap: tokens.get('form-footer', 'gap');
Expand Down
7 changes: 0 additions & 7 deletions packages/styles/src/tokens/_temp-form-footer.scss

This file was deleted.

0 comments on commit 124ac50

Please sign in to comment.