postcss-arrange

arrange for css

Usage no npm install needed!

<script type="module">
  import postcssArrange from 'https://cdn.skypack.dev/postcss-arrange';
</script>

README

Introduction

A arrange for css tool Thank postcss & postcss plugins

How to install

npm i postcss-arrange --save-dev

How to use

With the average postcss plug-in difference is: content interaction method, built-in design

var arrange = require('postcss-arrange');
var content = arrange(xxx);//xxx is css content

License

MIT