Visual Studio Code extension enables developers to convert HTML code to CSS / LESS / SCSS style syntax!
Please see preview & usage for more information.
Preview
Usage
Default usage:
Copy valid HTML code (including opening & closing tags)
Activate the window where you want to paste the converted style selectors & click right mouse button to get to the its context menus then select highlighted option:
Keybind usage:
Copy valid HTML code (including opening & closing tags)
Paste the code using key combination CMD/CTRL+ALT+V
It will paste CSS selectors to *.css files and SCSS / LESS selectors to all other files.
Alternative usage:
Open command pallete by clicking CMD/CTRL+SHIFT+P
Type Paste HTML converted to CSS / LESS / SCSS and select suggested option