Icons from the Seti UI theme isolated.
Automatically embeds icon based on data-filename field.
Use like so:
<div class="filetype-icon" data-filename="Procfile">Procfile</div>Input can include full filetype like video.mov but can also be supplied .mov as the styles are assigned with the $= "ends with" selector.
Install http-server globally.
npm install http-server -gGenerate the json file to render the icons.
node loop.jsUse http server to serve the directory.
http-server
npm install lesslessc index.html index.cssThese commands come from the Seti UI package.
npm installgulp icons