benface/tailwindcss-gradients

Add a way to reset gradients (bg-none?)

benface opened this issue · 0 comments

.bg-none {
    background-image: none;
}

would be useful for removing a gradient on larger screens:

<div class="bg-gradient-t-brand md:bg-none"></div>