less-plugin-html

1.0.1 • Public • Published

LESS HTML Plugin

Parse LESS on HTML files containing <style type=text/less> tags.

Example:

<!doctype html>
<title>LESS HTML Plugin test</title>
<body>
<style type=text/less>
  body {
    color: darken(red50%;
    p {
      color: white;
    }
  }
</style> 
<p>It works!</p>

You now should get a warning about the missing parenthesis on line 6.

Note: the attribute type=text/less is necessary to correctly parse the tag contents.

Installation

npm install -g less-plugin-html

Usage

lessc --html file.html

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i less-plugin-html

      Weekly Downloads

      1

      Version

      1.0.1

      License

      ISC

      Last publish

      Collaborators

      • zanona