yunaimatsu / yunai-hp

0 stars 0 forks source link

Apply the same `.css` file to all my `.svelte` files #6

Closed yunaimatsu closed 3 months ago

yunaimatsu commented 3 months ago

I will try the following way.

Add to +layout.svelte

<script>
  import '../global.css';
</script>

<slot />
yunaimatsu commented 3 months ago

Success!!