From a563aacf4143840b67fe752fbe73fa1d9bf6ad59 Mon Sep 17 00:00:00 2001 From: Edouard Bozon Date: Fri, 27 Sep 2024 08:36:29 +0200 Subject: [PATCH 1/2] chore(react): fix formatting for the style prompt --- packages/react/src/generators/application/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react/src/generators/application/schema.json b/packages/react/src/generators/application/schema.json index 48c0dffa5d9da..eecbcf0bf36f6 100644 --- a/packages/react/src/generators/application/schema.json +++ b/packages/react/src/generators/application/schema.json @@ -51,15 +51,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", From 0671c045acf7eb9b579a94c1b32879fc5e5f97b1 Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Wed, 11 Dec 2024 10:12:29 +0000 Subject: [PATCH 2/2] docs(react): update style options --- docs/generated/packages/react/generators/application.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/generated/packages/react/generators/application.json b/docs/generated/packages/react/generators/application.json index 2a4962bd94a83..4237795a6648c 100644 --- a/docs/generated/packages/react/generators/application.json +++ b/docs/generated/packages/react/generators/application.json @@ -48,15 +48,15 @@ { "value": "css", "label": "CSS" }, { "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",