@layer utilities { .icon { } .icon-stroke { @apply fill-none stroke-2 stroke-current text-current; stroke-linecap: round; stroke-linejoin: round; } .icon-fill { @apply fill-current text-current; stroke-linecap: round; stroke-linejoin: round; } }