postcss-indent
v1.0.5
Published
A simple PostCSS plugin for indentation handling.
Readme
postcss-indent
A simple PostCSSプラグイン(インデント処理用)
使い方
import postcss from 'postcss';
import indent from 'postcss-indent';
postcss([indent({ indent: 2 })])
.process(css, { from: undefined })
.then(result => {
console.log(result.css);
});オプション
- coming soon
ライセンス
MIT
