generator
This commit is contained in:
parent
4060e6d324
commit
be6d93b1af
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ function preview() {
|
||||||
<title>Normalize Style</title>
|
<title>Normalize Style</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" href="/styles/normal.css" />
|
<link rel="stylesheet" href="/styles/normal.css" />
|
||||||
<style>${css}</style>
|
<style>
|
||||||
|
${css}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue