SCSS note

배코딩·2022년 6월 21일
0

note

목록 보기
45/114

div.asd
div.asd-fgh

html의 구조가 이럴 때,

asd-fgh {
.asd & {
font-size: 12px;
}
}

이렇게 쓰고 컴파일하면

.asd asd-fgh{
font-size: 12px;
}

이렇게 nesting을 벗어나서 작성됨.

@at-root랑 비슷하게 보면 될 듯?

profile
PS, 풀스택, 앱 개발, 각종 프로젝트 내용 정리 (https://github.com/minsu-cnu)

0개의 댓글