@jdists/less
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@jdists/less

less as jdists processor

NPM version Build Status Coverage Status

Example

<!--jdists encoding="less"-->
@base: #f938ab;
div {
  color: @base;
}
<!--/jdists-->

<!--less-->
@base: #f938ab;
div {
  color: @base;
}
<!--/less-->

License

MIT © zswang

Readme

Keywords

Package Sidebar

Install

npm i @jdists/less

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • zswang