mirror of https://github.com/status-im/codimd.git
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
|
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
||
|
<link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
||
|
<% } %>
|