Skip to content

Commit

Permalink
chore(react): fix formatting for the style prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn authored Sep 27, 2024
1 parent 5d6b357 commit cd53495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
},
{
"value": "scss",
"label": "SASS(.scss) [ https://sass-lang.com ]"
"label": "SASS(.scss) [ https://sass-lang.com ]"
},
{
"value": "less",
"label": "LESS [ https://lesscss.org ]"
"label": "LESS [ https://lesscss.org ]"
},
{
"value": "tailwind",
"label": "tailwind [ https://tailwindcss.com/ ]"
"label": "tailwind [ https://tailwindcss.com/ ]"
},
{
"value": "styled-components",
Expand Down

0 comments on commit cd53495

Please sign in to comment.