芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/bootstrap/scss/helpers/_stacks.scss
// 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