postcss-korean-stylesheets

0.0.8 • Public • Published

Build Status

PostCSS plugin for writing Korean Stylesheets.

send your ideas to visualbbasic+koreancss@gmail.com

Korean syntax

.foo {
    ㅋ: 9999;
    background-color: kimchi;
    색: 주;
    색: 노;
    색: 초;
    색: 파;
    색: 남;
    색: 보;
    색: 검;
    색: 흰;
    색: 갈;
    진열: 유연;
    진열: 고정;
    진열: 절대;
}

CSS output

.foo {
    z-index: 9999;
    background-color: red;
    color: orange;
    color: yellow;
    color: green;
    color: blue;
    color: darkblue;
    color: purple;
    color: black;
    color: white;
    color: brown;
    display: flex;
    display: fixed;
    display: absolute;
}

Usage

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

Package Sidebar

Install

npm i postcss-korean-stylesheets

Weekly Downloads

4

Version

0.0.8

License

MIT

Last publish

Collaborators

  • visualbbasic