@fluido/ui-containers
Version:
A framework for create front-end easy and fast
17 lines (15 loc) • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Stack_ = void 0;
const ui_1 = require("@fluido/ui");
const box_1 = require("../box");
exports.Stack_ = (0, ui_1.styled)(box_1.Box, {
functions: { makeNthChildSelector: ui_1.makeNthChildSelector },
}) `
display: flex;
flex-direction: column;
gap: #or(~$gap, $theme.spaces.xl);
& > :is(#func(makeNthChildSelector, $splitAfter, 1)) {
margin-top: auto;
}
`;