Skip to content

Commit

Permalink
more rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Oct 23, 2024
1 parent 0719e33 commit 46ca300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/src/components/inspector/common/css-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ export function parseGridChildren(
break
}
case 'Brackets': {
// The next child will get this area name
// The next child will get this line name
nextLineName = child.children.toArray().find((c) => c.type === 'Identifier')?.name ?? null
break
}
Expand Down
2 changes: 1 addition & 1 deletion editor/src/core/shared/element-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@ export function gridPositionValue(numericalPosition: number | null): GridPositio

export const validGridPositionKeywords = ['auto']

export type ValidGridPositionKeyword = string // using <string> because valid keywords are also area names we cannot know in advance
export type ValidGridPositionKeyword = string // using <string> because valid keywords are also line names we cannot know in advance

export type GridPosition = GridPositionValue | CSSKeyword<ValidGridPositionKeyword>

Expand Down

0 comments on commit 46ca300

Please sign in to comment.