Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/unitless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
strokeDashoffset: 1,
strokeMiterlimit: 1,
strokeOpacity: 1,
strokeWidth: 1
strokeWidth: 1,

// css properties that are unitless in some contexts

Check failure on line 52 in packages/unitless/src/index.ts

View workflow job for this annotation

GitHub Actions / Linting

Delete `··`
shapeImageThreshold: 1

Check failure on line 53 in packages/unitless/src/index.ts

View workflow job for this annotation

GitHub Actions / Linting

Delete `·`
}

export default unitlessKeys
Loading