Skip to content

Commit

Permalink
remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotaro612 committed Feb 27, 2025
1 parent 1ba3de8 commit 1f577c6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 28 deletions.
3 changes: 0 additions & 3 deletions dist/components/constants/radius.css

This file was deleted.

10 changes: 0 additions & 10 deletions dist/components/constants/space.css

This file was deleted.

2 changes: 0 additions & 2 deletions dist/components/foundation.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('./constants/radius.css');
@import url('./constants/space.css');

:host {
--font-weight-normal: 400;
Expand Down
2 changes: 1 addition & 1 deletion dist/components/text-field/x-large/input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
background: #fff;
border: 1px solid #b6b6b6;
border-radius: 6px;
padding: var(--spacing-10) var(--spacing-30);
padding: 4px 12px;
font-weight: var(--font-weight-normal);
font-size: 16px;
line-height: 24;
Expand Down
10 changes: 0 additions & 10 deletions src/components/constants/space.css

This file was deleted.

1 change: 0 additions & 1 deletion src/components/foundation.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('./constants/space.css');

:host {
--font-weight-normal: 400;
Expand Down
2 changes: 1 addition & 1 deletion src/components/text-field/x-large/input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
background: #fff;
border: 1px solid #b6b6b6;
border-radius: 6px;
padding: var(--spacing-10) var(--spacing-30);
padding: 4px 12px;
font-weight: var(--font-weight-normal);
font-size: 16px;
line-height: 24;
Expand Down

0 comments on commit 1f577c6

Please sign in to comment.