A Less language support @emitty
npm install @emitty/language-less> A Less language support for @emitty.
``console`
npm install @emitty/language-less
`ts
const emitty = require('@emitty/core').configure();
emitty.language({
extensions: ['.less'],
parser: require('@emitty/language-less').parse
});
`
* import`
See the Releases section of our GitHub project for changelog for each release version.
This software is released under the terms of the MIT license.