Sha256: a81de57e57006a027e5179e8825b093da315738b7c36b392d3287324915b7ed2
Contents?: true
Size: 834 Bytes
Versions: 13
Compression:
Stored size: 834 Bytes
Contents
.page { &__accordion { @apply border-4 border-background rounded p-4; &-trigger { @apply flex justify-between items-center; > :first-child { @apply grow; } > :last-child { @apply flex-none; } &-title { @apply h4 text-secondary hover:underline; } &-snippet { @apply text-gray-2 mt-2; } &-arrow { @apply w-8 h-8 text-secondary fill-current first:block last:hidden; } [role="button"][aria-expanded="true"] &-arrow { @apply first:hidden last:block; } } &-panel { @apply border-t border-gray-3 mt-4 pt-4; ul { @apply space-y-4; } a { @apply hover:underline; } } } &__grid { @apply grid grid-cols-1 md:grid-cols-2 gap-6; } }
Version data entries
13 entries across 13 versions & 1 rubygems