Skip to content

Commit

Permalink
refactor: lint 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghaesung79 committed Jul 4, 2024
1 parent 7c6d9cf commit 83a433c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Login/Login.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable property-no-vendor-prefix */
@use "src/assets/styles/mediaQuery" as media;

.template {
Expand Down Expand Up @@ -144,7 +145,7 @@
}
}

&__auto-login{
&__auto-login {
display: flex;
flex-direction: row;

Expand Down

0 comments on commit 83a433c

Please sign in to comment.