Align Self
Align individual flex item within container along cross-axis.
Usage:
@flex self-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { flex: { self: { property: "align-self: <v><i>;", values: { start: "flex-start", center: "center", end: "flex-end", stretch: "stretch", baseline: "baseline", }, }, }, }, }; export default shilpConfig;