Sha256: df54e5847cc0715c55ff5a1dc6dde26859fd1241afd6a073e4401735641b7ea5
Contents?: true
Size: 692 Bytes
Versions: 7
Compression:
Stored size: 692 Bytes
Contents
@import './../../../../../node_modules/trix/dist/trix.css'; .trix-content.hidden { display: block !important; overflow: hidden; clip-path: inset(0 0 calc(100% - 50px) 0); -webkit-mask-image: linear-gradient(to bottom, black 30px, transparent 50px); mask-image: linear-gradient(to bottom, black 30px, transparent 50px); max-height: 50px; min-height: 0px; } .trix-content h1 { @apply text-xl font-bold mb-2; } .trix-content ul { @apply list-disc; } .trix-content pre { @apply text-base; } .trix-content ol { @apply list-decimal; } trix-toolbar { .trix-button-row { @apply flex-wrap gap-x-5; } .trix-button-group:not(:first-child) { @apply ml-0; } }
Version data entries
7 entries across 7 versions & 1 rubygems