mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
feat: add .css webpack loader
This commit is contained in:
parent
ea706d2830
commit
1564edae4c
9 changed files with 202 additions and 41 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title><%- title %></title>
|
||||
<% css.forEach(function(file){ %>
|
||||
<link href="<%- file %>" rel="stylesheet">
|
||||
<link href="<%-baseUrl %><%- file %>" rel="stylesheet">
|
||||
<% }); %>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue