mistkafka / html-to-less

Generate less from html which you select.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generate less from html which you select.


Languages

Language:JavaScript 100.0%