Skip to content

Commit

Permalink
refactor: added missing expanded tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Sep 22, 2024
1 parent b5828f6 commit 4f7ab99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Form/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// stylelint-disable scss/operator-no-newline-before

:root {
--pgn-elevation-form-input-focus:
var(--pgn-elevation-form-input-focus-offset-x)
Expand All @@ -19,7 +17,7 @@
var(--pgn-other-content-form-control-select-bg-position-x)
var(--pgn-other-content-form-control-select-bg-offset-y)
var(--pgn-other-content-form-control-select-bg-position-y)
/ var(--pgn-other-content-form-control-select-bg-color);
/ var(--pgn-other-content-form-control-select-bg-color); // stylelint-disable-line scss/operator-no-newline-before
}

@mixin form-control-floating-label-initial(
Expand Down

0 comments on commit 4f7ab99

Please sign in to comment.