/html-to-less

Generate less from html which you select.

Primary LanguageJavaScript

Atom HTML-TO-LESS Package v1.2.1

By Clicking and pasting, generate less template from html which you select.

  • Caring about ids/classes and tags;
  • Priority Rules: id -> class -> tag
  • If there are more than one class in one tag, only care about the first class(it will care all of them in later versions

Easy to use, select -> right click -> paste

overview

Thanks for the Excellent htmlparser2, used under the hood, this plugin is able to parse html-like code and generate them into less template.

Next version:

Adding generate css template.

Welcome for contributions and suggestions.