Skip to content

Instantly share code, notes, and snippets.

@andrewspode
Created April 20, 2021 13:19
Show Gist options
  • Save andrewspode/72561e3ebdc79b3fd255ceade64e2fff to your computer and use it in GitHub Desktop.
Save andrewspode/72561e3ebdc79b3fd255ceade64e2fff to your computer and use it in GitHub Desktop.
@apply test
<style>
.descriptionBox {
@apply bg-gray-100 text-cyan-600 m-auto w-3/4 p-2
}
</style>
<div class="descriptionBox"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment