From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/css_preprocessor/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/ko/glossary/css_preprocessor/index.html (limited to 'files/ko/glossary/css_preprocessor/index.html') diff --git a/files/ko/glossary/css_preprocessor/index.html b/files/ko/glossary/css_preprocessor/index.html new file mode 100644 index 0000000000..6cd4b407a1 --- /dev/null +++ b/files/ko/glossary/css_preprocessor/index.html @@ -0,0 +1,26 @@ +--- +title: CSS 전처리기 +slug: Glossary/CSS_preprocessor +tags: + - CSS + - Glossary +translation_of: Glossary/CSS_preprocessor +--- +
{{QuickLinksWithSubpages("/ko/docs/Glossary")}}
+ +

CSS 전처리기는 전처리기의 자신만의 특별한 {{Glossary("syntax")}}를 가지고 {{Glossary("CSS")}}를 생성하도록 하는 프로그램입니다. 선택할 수 있는 많은 CSS 전처기가 있습니다. 그러나 대부분의 CSS 전처리기는 pure CSS에 존재하지 않는 특징을 추가할것 입니다, 믹스인(mixin), 중첩 셀렉터(nesting selector), 상속 셀렉터(inheritance selector), 기타 등등. 이러한 특징은  CSS 구조를  가독성있고 더 유지보수 하기 좋게 합니다. 

+ +

CSS 전처리기를 사용하기 위해서는, 당신의 웹 web {{Glossary("server")}}에 CSS compiler를 설치해야 한다.

+ +

Learn more

+ +

General knowledge

+ +

여기 가장 일반적인 CSS 전처리기들이 있다:

+ + -- cgit v1.2.3-54-g00ecf