Sha256: 2ea2dd8aa8dbc56224c8e6a73f5c9abb27a720b834e7891e7245887a33e86d40
Contents?: true
Size: 245 Bytes
Versions: 473
Compression:
Stored size: 245 Bytes
Contents
// scss-docs-start stacks .hstack { display: flex; flex-direction: row; align-items: center; align-self: stretch; } .vstack { display: flex; flex: 1 1 auto; flex-direction: column; align-self: stretch; } // scss-docs-end stacks
Version data entries
473 entries across 472 versions & 22 rubygems