Skip to content

Commit

Permalink
fix: add radio to default eanbled
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Oct 21, 2024
1 parent 7a06347 commit 53e3036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type PluginOptions = {
const defaultFeatures = {
enabledVariants: {
regular: true,
radio: true,
},
} satisfies PluginOptions['features'];

Expand Down

0 comments on commit 53e3036

Please sign in to comment.