Sha256: 30f4eb4e0f860b4f6fb8a7fd1d017f87140dddd2550683726c53caa34a289f6e
Contents?: true
Size: 496 Bytes
Versions: 19
Compression:
Stored size: 496 Bytes
Contents
@import "tippy.js/dist/tippy"; @import "tippy.js/dist/svg-arrow"; @import "tippy.js/dist/border.css"; @layer components { [data-coco] .tippy-box { @apply bg-transparent text-gray-900 text-label-md whitespace-normal; } [data-coco] .tippy-content { @apply p-0; } /* arrow border */ [data-coco] .tippy-svg-arrow > svg:first-child { @apply fill-transparent; } /* arrow background */ [data-coco] .tippy-svg-arrow > svg:last-child { @apply fill-transparent; } }
Version data entries
19 entries across 19 versions & 1 rubygems