less-plugin-lesshat

0.0.2 • Public • Published

less-plugin-lesshat

Imports Less hat mixins before your custom Less code.

lessc usage

Install..

requires Less v2.4.0

npm install -g less-plugin-lesshat

and then on the command line,

lessc file.less --lesshat

Programmatic usage

var LessPluginLesshat = require('less-plugin-less'),
    LesshatPlugin = new LessPluginLesshat();
less.render(lessString, { plugins: [LesshatPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i less-plugin-lesshat

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • bassjobsen