fix(examples): use external stylesheet for rollup examples

This commit is contained in:
Eric Liu 2020-09-27 10:57:08 -07:00
commit bb3158e171
9 changed files with 32 additions and 2376 deletions

View file

@ -7,7 +7,11 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>typescript</title>
<title>rollup-typescript</title>
<link
rel="stylesheet"
href="https://unpkg.com/carbon-components-svelte@0.14.0/css/all.css"
/>
<link rel="stylesheet" href="/build/bundle.css" />
<script defer src="/build/bundle.js"></script>
</head>