JSPM

  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q66580F

A Less loader for KKT. Compiles Less to CSS.

Package Exports

  • @kkt/loader-less

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kkt/loader-less) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@kkt/loader-less

This package contains a plugin for using Less with kkt.

Usage in kkt Projects

npm install @kkt/loader-less --dev

With the loaderOneOf options

// .kktrc.js
export const loaderOneOf = [
  require.resolve('@kkt/loader-less')
];