Skip to content

Commit

Permalink
#131 Remove rem method from margin style
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneRichi committed Jan 10, 2023
1 parent 2e42016 commit 6924d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/e-date.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
</script>

<style lang="scss">
@use '../setup/scss/variables' ;
@use '../setup/scss/variables';
@use '../setup/scss/mixins';
@use '../setup/scss/extends';
@use '../setup/scss/functions';
Expand Down Expand Up @@ -288,7 +288,7 @@
&__input,
&__input-spacer {
margin: rem(0 variables.$spacing--5);
margin: 0 variables.$spacing--5;
color: variables.$color-grayscale--200;
}
Expand Down

0 comments on commit 6924d63

Please sign in to comment.