# CSS Nesting 문법 선택에 투표해 주세요

> Clean Markdown view of GeekNews topic #7062. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7062](https://news.hada.io/topic?id=7062)
- GeekNews Markdown: [https://news.hada.io/topic/7062.md](https://news.hada.io/topic/7062.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-07-28T12:43:31+09:00
- Updated: 2022-07-28T12:43:31+09:00
- Original source: [developer.chrome.com](https://developer.chrome.com/blog/help-css-nesting/)
- Points: 4
- Comments: 2

## Topic Body

- SCSS, Less, Stylus 등에서 사용되던 CSS 중첩 문법의 공식버전이 고려중   
- 3가지 중 하나   
  - @nest : 현재 CSS Nesting 1 문법에 지정된 것   
  - @nest restricted : 더 엄격한 대안   
  - Brackets : 추가적인 {} 를 쓰는 방식   
- 커뮤니티의 의견을 묻는 중. 원글 최하단 Take Survey 버튼을 눌러서 투표에 참여 가능

## Comments



### Comment 11539

- Author: humblebee
- Created: 2022-07-28T13:14:42+09:00
- Points: 1

@nest always 한표! Example 6 - Mixing direct and parent nesting 에서의 예제에서 볼 수 있듯 항상 명시 해 주는게 명확한 느낌이 있네요.

### Comment 11536

- Author: dodok8
- Created: 2022-07-28T13:03:06+09:00
- Points: 1

여러분은 어떤 선택지 골랐을지 궁금하네요. 저는 `@nest` 골랐습니다.
