We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f4d49 commit 421506dCopy full SHA for 421506d
1 file changed
styleguide.config.js
@@ -17,7 +17,7 @@ module.exports = {
17
<head>
18
<meta charset="utf-8">
19
<title>${title}</title>
20
- ${generateCSSReferences(css, publicPath)}
+ ${generateCSSReferences({files: css, publicPath})}
21
<meta name="viewport" content="width=device-width, initial-scale=1.0">
22
<style>
23
@import url(https://fonts.googleapis.com/css?family=Roboto);
0 commit comments