mirror of
https://github.com/status-im/codimd.git
synced 2025-01-14 02:14:42 +00:00
6bce9ac5bf
Signed-off-by: MartB <mart.b@outlook.de>
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">
|
|
<% } %>
|