Greenheart / swipeforfuture.com

Solving the climate crisis, one swipe at a time 🌍🔥
https://swipeforfuture.com
GNU General Public License v3.0
6 stars 1 forks source link

Consider moving tailwind classes to the style block of each component to improve readability #200

Open Greenheart opened 12 months ago

Greenheart commented 12 months ago

In svelte modules, it's possible to use something like this:

<style lang="postcss">
  .card {
    @apply bg-black border border-px border-white;
  }
</style>