According to active text editor selections code to generate the same filename (.less) file on the same folder
0.0.1
Convert a section of HTML code with Class dom node into a Less file
0.0.2
[x] Support JSX
[x] Can filter the specified Class.(eg. ignore camelCased naming rules, usually developer use it to operate dom and use kebab-case to describe dom style)
0.0.3
Change command title and README.md
0.0.4
Append content instead of replace content when writing less file.