Skip to content

Commit

Permalink
Add align-items stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispuska committed Jan 7, 2024
1 parent 22a6152 commit b3b9767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fractures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heliosgraphics/fractures",
"version": "5.1.0",
"version": "5.1.1",
"type": "module",
"author": "03b8 <03b8@helios.graphics>",
"description": "Functional CSS, but only the good parts.",
Expand Down
1 change: 1 addition & 0 deletions packages/fractures/src/rules/flex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const flex: Array<FractureRuleType> = [
{ selector: "flex-baseline", declarations: { alignItems: "baseline" } },
{ selector: "flex-top", declarations: { alignItems: "flex-start" } },
{ selector: "flex-bottom", declarations: { alignItems: "flex-end" } },
{ selector: "flex-stretch", declarations: { alignItems: "stretch" } },

{ selector: "align-start", declarations: { alignItems: "start" } },
{ selector: "align-end", declarations: { alignItems: "end" } },
Expand Down

0 comments on commit b3b9767

Please sign in to comment.