You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/documentation/examples/99-embeds/20181225-blog-svelte-css-in-js/App.svelte

18 lines
602 B

<script>
import { comicSans, link } from './styles.js';
import Hero from './Hero.svelte';
</script>
<Hero />
<div class={comicSans}>
<p>
Did you enjoy your lunch, mom? You drank it fast enough. I know, I just call her Annabelle cause
she's shaped like a…she's the belle of the ball! YOU'RE the Chiclet! Not me. Caw ca caw, caw ca
caw, caw ca caw! A Colombian cartel that WON'T kidnap and kill you. You go buy a tape recorder
and record yourself for a whole day. <a class={link} href="https://bluthipsum.com/"
>I think you'll be surprised at some of your phrasing.</a
>
</p>
</div>