Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created October 17, 2021 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsebastien/fd37ab2e2d28cb7842f1d1d2a1278f9e to your computer and use it in GitHub Desktop.
Save dsebastien/fd37ab2e2d28cb7842f1d1d2a1278f9e to your computer and use it in GitHub Desktop.
Svelte component loading Tailwind global styles
<style global lang="postcss">
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment