mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 17:04:13 +00:00
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
|
<link href="<%= webpackConfig.output.baseUrl %><%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
|
<% } %>
|