Skip to content

bassjobsen/less-plugin-lesshat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Imports Lesshat mixins before your custom Less code.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors