项目作者: JasonShin

项目描述 :
postcss-korean-stylesheet
高级语言: JavaScript
项目地址: git://github.com/JasonShin/postcss-korean-stylesheets.git
创建时间: 2017-03-16T09:59:17Z
项目社区:https://github.com/JasonShin/postcss-korean-stylesheets

开源协议:MIT License

下载


Build Status

PostCSS plugin for writing Korean Stylesheets.

send your ideas to visualbbasic+koreancss@gmail.com

Korean syntax

  1. .foo {
  2. ㅋ: 9999;
  3. background-color: kimchi;
  4. 색: 주;
  5. 색: 노;
  6. 색: 초;
  7. 색: 파;
  8. 색: 남;
  9. 색: 보;
  10. 색: 검;
  11. 색: 흰;
  12. 색: 갈;
  13. 진열: 유연;
  14. 진열: 고정;
  15. 진열: 절대;
  16. }

CSS output

  1. .foo {
  2. z-index: 9999;
  3. background-color: red;
  4. color: orange;
  5. color: yellow;
  6. color: green;
  7. color: blue;
  8. color: darkblue;
  9. color: purple;
  10. color: black;
  11. color: white;
  12. color: brown;
  13. display: flex;
  14. display: fixed;
  15. display: absolute;
  16. }

Usage

  1. postcss([ require('postcss-korean-stylesheets') ])

See PostCSS docs for examples for your environment.

Find this plugin at

http://postcss.parts/tag/fun

Thanks to

Inspiration from Canadian Stylesheets and chats with @darylljann