Skip to content

Commit

Permalink
fix: strokeWidth console warnings on native
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed May 20, 2022
1 parent 1560afe commit 5ace7ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tailwind/native/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ export const nativePlugin = plugin.withOptions<NativePluginOptions | undefined>(
4: "4px",
8: "8px",
},
strokeWidth: {
0: "0px",
1: "1px",
2: "2px",
},
spacing: {
px: "1px",
0: "0px",
Expand Down

0 comments on commit 5ace7ff

Please sign in to comment.