A Tailwind CSS plugin for automatically styling gradient border. Latest version: 1.0.1, last published: a year ago. Start using tailwindcss-gradient-border in your project by running `npm i tailwindcss-gradient-border`. There are no other projects in the
Tailwind CSS plugin for generating border gradients with could be used with the rounded utility. Latest version: 3.0.1, last published: 3 years ago. Start using tailwindcss-border-gradient-radius in your project by running `npm i tailwindcss-border-gradi
"z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md", 69 + "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=...
{ + position: relative; + padding: 1.5rem 1.75rem; + color: #000; + background-color: white; + overflow: hidden; + border-radius: 1.78em; +} +.feature.large { + grid-column: span 2; +} +.feature.centered { + text-align: center; +} +.feature h3 { + position: relative...