Skip to content

Commit 507125f

Browse files
authored
Create scss.md
1 parent 1b43910 commit 507125f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Web/고생길/scss.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SCSS
2+
이것 저것 프론트 개발하면서 발생한 문제 정리
3+
4+
#### router-link 설정 시 밑줄
5+
router-link 설정할 때 밑줄이 뜨게 되는 문제 발생
6+
``` scss
7+
.router-link {
8+
text-decoration: none;
9+
}
10+
```
11+
#router #router-link #underline #라우터 #라우터링크 #밑줄
12+

0 commit comments

Comments
 (0)