README
nwb-less
Plugin enabling a Less loading pipeline for .less files in nwb using less-loader.
Usage
Install in a project you're using nwb to develop and nwb will detect and load the plugin:
npm install --save-dev nwb-less
Less plugin for nwb
<script type="module">
import nwbLess from 'https://cdn.skypack.dev/nwb-less';
</script>
Plugin enabling a Less loading pipeline for .less files in nwb using less-loader.
Install in a project you're using nwb to develop and nwb will detect and load the plugin:
npm install --save-dev nwb-less