https://github.com/jasonshin/postcss-korean-stylesheets
postcss-korean-stylesheet
https://github.com/jasonshin/postcss-korean-stylesheets
css fun korean language parts plugins postcss seoul
Last synced: about 1 year ago
JSON representation
postcss-korean-stylesheet
- Host: GitHub
- URL: https://github.com/jasonshin/postcss-korean-stylesheets
- Owner: JasonShin
- License: mit
- Created: 2017-03-16T09:59:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T05:32:29.000Z (over 2 years ago)
- Last Synced: 2025-04-16T23:58:04.868Z (about 1 year ago)
- Topics: css, fun, korean, language, parts, plugins, postcss, seoul
- Language: JavaScript
- Size: 36.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/JasonShin/postcss-korean-stylesheets)
[PostCSS] plugin for writing Korean Stylesheets.
[PostCSS]: https://github.com/postcss/postcss
send your ideas to ```visualbbasic+koreancss@gmail.com```
## Korean syntax
```css
.foo {
ㅋ: 9999;
background-color: kimchi;
색: 주;
색: 노;
색: 초;
색: 파;
색: 남;
색: 보;
색: 검;
색: 흰;
색: 갈;
진열: 유연;
진열: 고정;
진열: 절대;
}
```
## CSS output
```css
.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
```js
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](https://github.com/chancancode/postcss-canadian-stylesheets) and chats with [@darylljann](https://twitter.com/darylljann)