tailwind icon indicating copy to clipboard operation
tailwind copied to clipboard

Background gradients not supported

Open MrSnoozles opened this issue 1 year ago • 3 comments

I'm trying to use tailwinds background gradients but they do not seem to be supported.

Documentation: https://tailwindcss.com/docs/background-image#linear-gradients

``

Example: Using the CSS classes bg-gradient-to-r from-cyan-400 to-blue-500 should create a gradient, instead no background is applied. https://stackblitz.com/edit/nativescript-stackblitz-templates-nsvck4?file=app%2Fmain-page.xml&title=NativeScript%20Starter%20TypeScript

MrSnoozles avatar May 09 '23 12:05 MrSnoozles