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 -g
Generate the json file to render the icons.
node loop.js
Use http server to serve the directory.
http-server
npm install less
lessc index.html index.css
These commands come from the Seti UI package.
npm install
gulp icons