Sha256: 764551d09eecc1473f410e82e0f0c2c7cdc0d2bf88fc48cfc745f4212d7c0d0c
Contents?: true
Size: 728 Bytes
Versions: 19
Compression:
Stored size: 728 Bytes
Contents
@each $space, $value in $spacers { table.stack-row.gap-#{$space}, table.stack-row.gap-lg-#{$space} { & > tbody > tr > td { padding-right: $value; &:last-child { padding-right: 0; } } } table.stack-col.gap-#{$space}, table.stack-col.gap-lg-#{$space} { & > tbody > tr { & > td { padding-bottom: $value; } &:last-child > td { padding-bottom: 0; } } } } .stack-cell { vertical-align: top; text-align: left; } @each $align in $vertical-align { table.stack-ay-#{$align} > tbody > tr > td { vertical-align: $align; } } @each $align in $text-align { table.stack-ax-#{$align} > tbody > tr > td { text-align: $align; } }
Version data entries
19 entries across 19 versions & 1 rubygems