# Lightning CSS - Rust로 작성된 초고속 CSS 파서

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10522](https://news.hada.io/topic?id=10522)
- GeekNews Markdown: [https://news.hada.io/topic/10522.md](https://news.hada.io/topic/10522.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-08-24T11:07:01+09:00
- Updated: 2023-08-24T11:07:01+09:00
- Original source: [github.com/parcel-bundler](https://github.com/parcel-bundler/lightningcss)
- Points: 16
- Comments: 0

## Topic Body

- Parcel 과 함께 사용하기 위해 만든 초고속 CSS 파서/트랜스포머/번들러/미니파이어  
  - CSSNano 에 비해서 100배 이상, ESBuild 보다 4배 이상 빠름   
- 스탠드얼론 라이브러리, CLI, 또는 다른 도구의 플러그인으로 사용 가능   
- 다른 도구들과 달리 속성 밸류를 CSS 스펙의 문법에 따라 정확한 Type 처리  
- Mozilla 가 만든 Firefox/Servo용 CSSparser/Selector 기반으로 만들어져서 브라우저 수준의 파싱 지원   
- 매우 최적화된 Minification  
- 브라우저 타겟에 따라 벤더 프리픽스를 추가/삭제   
- 브라우저에 맞춘 호환 CSS 신택스를 생성   
- CSS Modules 지원   
- 커스텀 트랜스폼 플러그인 지원

## Comments



_No public comments on this page._
