Sha256: bca7038d1ad00a4e1e1ea4032717d174204b38234eef5d148c6956cc480db600
Contents?: true
Size: 362 Bytes
Versions: 734
Compression:
Stored size: 362 Bytes
Contents
@import "../tokens/spacing"; @mixin collapsible_trail_class { .pb_collapsible_content_kit { position: relative; &::after { content: ""; position: absolute; top: $space_xxs; bottom: $space_xxs; left: $space_xxs + 1; width: $space_xxs - 3; background-color: $border_light; } } }
Version data entries
734 entries across 734 versions & 1 rubygems