Recoda does it for Oxygen. It makes it so you can create elements very fast and add classes to them.
https://docs.recoda.me/command-line/intro
Here is Emmet’s info.
https://docs.emmet.io/
https://docs.emmet.io/cheat-sheet/
The idea is it speeds up development. You can have a CLI-like interface, where elements can be written like the following:
“div.height–full>h1.color–white”
Which will automatically create a div with a “height–full” CSS class, then a H1 inside of the dive with a CSS class “color–white”.
1 comment
Heiko
Great idea!