PostCSS plugin for writing Korean Stylesheets.
send your ideas to visualbbasic+koreancss@gmail.com
.foo {
ㅋ: 9999;
background-color: kimchi;
색: 주;
색: 노;
색: 초;
색: 파;
색: 남;
색: 보;
색: 검;
색: 흰;
색: 갈;
진열: 유연;
진열: 고정;
진열: 절대;
}
.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;
}
postcss([ require('postcss-korean-stylesheets') ])
See PostCSS docs for examples for your environment.
Inspiration from Canadian Stylesheets and chats with @darylljann