README
BTi Less Compiler
Installation
# npm
npm i -g bti-less-compiler
# yarn
yarn global add bti-less-compiler
Usage
Watch for changes and compile
bti-watch-less
Build only. Outputs basic stats.
bti-build-less
Watch, compile, minify and autoprefix less files
<script type="module">
import btiLessCompiler from 'https://cdn.skypack.dev/bti-less-compiler';
</script>
# npm
npm i -g bti-less-compiler
# yarn
yarn global add bti-less-compiler
Watch for changes and compile
bti-watch-less
Build only. Outputs basic stats.
bti-build-less