From 3eede1c7debee88572a71f4668b9b0d63a169f62 Mon Sep 17 00:00:00 2001 From: Emily Xiong Date: Wed, 12 Apr 2023 08:23:13 -0400 Subject: [PATCH] feat(react): deprecate styl from react and next for 17 (#16135) --- .../packages/next/generators/application.json | 9 +++++---- .../packages/next/generators/component.json | 10 +++++----- docs/generated/packages/next/generators/library.json | 10 +++++----- docs/generated/packages/next/generators/page.json | 10 +++++----- .../packages/react/generators/application.json | 10 +++++----- .../packages/react/generators/component.json | 10 +++++----- docs/generated/packages/react/generators/host.json | 10 +++++----- .../generated/packages/react/generators/library.json | 10 +++++----- docs/generated/packages/react/generators/remote.json | 8 ++++---- .../packages/web/generators/application.json | 4 ---- .../packages/webpack/documents/webpack-plugins.md | 2 +- .../packages/workspace/generators/preset.json | 4 ---- docs/shared/packages/webpack/webpack-plugins.md | 2 +- nx-dev/nx-dev/lib/rspack/content/rspack-plugin.ts | 2 +- .../lib/rspack/schema/generators/application.ts | 10 +++++----- .../create-nx-workspace/bin/create-nx-workspace.ts | 7 ------- packages/next/src/generators/application/schema.json | 12 ++++++++---- packages/next/src/generators/component/schema.json | 8 ++++---- packages/next/src/generators/library/schema.json | 8 ++++---- packages/next/src/generators/page/schema.json | 8 ++++---- .../application/lib/install-common-dependencies.ts | 2 +- .../react/src/generators/application/schema.json | 8 ++++---- packages/react/src/generators/component/schema.json | 8 ++++---- packages/react/src/generators/host/schema.json | 8 ++++---- .../library/lib/install-common-dependencies.ts | 2 +- packages/react/src/generators/library/schema.json | 8 ++++---- packages/react/src/generators/remote/schema.json | 8 ++++---- packages/react/src/utils/assertion.ts | 2 +- packages/react/typings/style.d.ts | 2 +- packages/web/src/generators/application/schema.json | 4 ---- packages/workspace/src/generators/preset/schema.json | 4 ---- 31 files changed, 96 insertions(+), 114 deletions(-) diff --git a/docs/generated/packages/next/generators/application.json b/docs/generated/packages/next/generators/application.json index 5ad1db11b4..50cd841111 100644 --- a/docs/generated/packages/next/generators/application.json +++ b/docs/generated/packages/next/generators/application.json @@ -37,10 +37,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -56,6 +52,11 @@ { "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" + }, + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/docs/generated/packages/next/generators/component.json b/docs/generated/packages/next/generators/component.json index 0fefb6530e..abb93764ee 100644 --- a/docs/generated/packages/next/generators/component.json +++ b/docs/generated/packages/next/generators/component.json @@ -38,10 +38,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -58,7 +54,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] } }, diff --git a/docs/generated/packages/next/generators/library.json b/docs/generated/packages/next/generators/library.json index f06dff5a61..149c42ec57 100644 --- a/docs/generated/packages/next/generators/library.json +++ b/docs/generated/packages/next/generators/library.json @@ -37,10 +37,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -57,7 +53,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] } }, diff --git a/docs/generated/packages/next/generators/page.json b/docs/generated/packages/next/generators/page.json index ae02f33745..c0ec4f7d1a 100644 --- a/docs/generated/packages/next/generators/page.json +++ b/docs/generated/packages/next/generators/page.json @@ -44,10 +44,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -64,7 +60,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] }, "x-priority": "important" diff --git a/docs/generated/packages/react/generators/application.json b/docs/generated/packages/react/generators/application.json index c9813e4946..a2918ea2f8 100644 --- a/docs/generated/packages/react/generators/application.json +++ b/docs/generated/packages/react/generators/application.json @@ -51,10 +51,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -71,7 +67,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] } }, diff --git a/docs/generated/packages/react/generators/component.json b/docs/generated/packages/react/generators/component.json index 3f81d97753..e111ddc7d8 100644 --- a/docs/generated/packages/react/generators/component.json +++ b/docs/generated/packages/react/generators/component.json @@ -48,10 +48,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -68,7 +64,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] } }, diff --git a/docs/generated/packages/react/generators/host.json b/docs/generated/packages/react/generators/host.json index 802c15f41a..c1542af4b1 100644 --- a/docs/generated/packages/react/generators/host.json +++ b/docs/generated/packages/react/generators/host.json @@ -37,10 +37,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -57,7 +53,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] } }, diff --git a/docs/generated/packages/react/generators/library.json b/docs/generated/packages/react/generators/library.json index 35b01e811a..0a8c7c55c8 100644 --- a/docs/generated/packages/react/generators/library.json +++ b/docs/generated/packages/react/generators/library.json @@ -47,10 +47,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -67,7 +63,11 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, - { "value": "none", "label": "None" } + { "value": "none", "label": "None" }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" + } ] } }, diff --git a/docs/generated/packages/react/generators/remote.json b/docs/generated/packages/react/generators/remote.json index bcc76f7936..62acbdd295 100644 --- a/docs/generated/packages/react/generators/remote.json +++ b/docs/generated/packages/react/generators/remote.json @@ -37,10 +37,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -57,6 +53,10 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, + { + "value": "styl", + "label": "DEPRECATD: Stylus(.styl) [ http://stylus-lang.com ]" + }, { "value": "none", "label": "None" } ] } diff --git a/docs/generated/packages/web/generators/application.json b/docs/generated/packages/web/generators/application.json index 5b2bc487bb..3aa22d9d6a 100644 --- a/docs/generated/packages/web/generators/application.json +++ b/docs/generated/packages/web/generators/application.json @@ -33,10 +33,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl)[ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" diff --git a/docs/generated/packages/webpack/documents/webpack-plugins.md b/docs/generated/packages/webpack/documents/webpack-plugins.md index 9547f7804c..d8929d6752 100644 --- a/docs/generated/packages/webpack/documents/webpack-plugins.md +++ b/docs/generated/packages/webpack/documents/webpack-plugins.md @@ -37,7 +37,7 @@ module.exports = composePlugins(withNx(), (config) => { ## withWeb -The `withWeb` plugin adds support for CSS/SASS/Less/Stylus stylesheets, assets (such as images and fonts), and `index.html` processing. +The `withWeb` plugin adds support for CSS/SASS/Less stylesheets, assets (such as images and fonts), and `index.html` processing. ### Options diff --git a/docs/generated/packages/workspace/generators/preset.json b/docs/generated/packages/workspace/generators/preset.json index 651d03ffd1..c9165e9937 100644 --- a/docs/generated/packages/workspace/generators/preset.json +++ b/docs/generated/packages/workspace/generators/preset.json @@ -42,10 +42,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl)[ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" diff --git a/docs/shared/packages/webpack/webpack-plugins.md b/docs/shared/packages/webpack/webpack-plugins.md index 9547f7804c..d8929d6752 100644 --- a/docs/shared/packages/webpack/webpack-plugins.md +++ b/docs/shared/packages/webpack/webpack-plugins.md @@ -37,7 +37,7 @@ module.exports = composePlugins(withNx(), (config) => { ## withWeb -The `withWeb` plugin adds support for CSS/SASS/Less/Stylus stylesheets, assets (such as images and fonts), and `index.html` processing. +The `withWeb` plugin adds support for CSS/SASS/Less stylesheets, assets (such as images and fonts), and `index.html` processing. ### Options diff --git a/nx-dev/nx-dev/lib/rspack/content/rspack-plugin.ts b/nx-dev/nx-dev/lib/rspack/content/rspack-plugin.ts index 5821736a5b..be7aba1c12 100644 --- a/nx-dev/nx-dev/lib/rspack/content/rspack-plugin.ts +++ b/nx-dev/nx-dev/lib/rspack/content/rspack-plugin.ts @@ -25,7 +25,7 @@ module.exports = composePlugins(withNx(), (config) => { ## withWeb -The \`withWeb\` plugin adds support for CSS/SASS/Less/Stylus stylesheets, assets (such as images and fonts), and \`index.html\` processing. +The \`withWeb\` plugin adds support for CSS/SASS/Less stylesheets, assets (such as images and fonts), and \`index.html\` processing. ### Options diff --git a/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts b/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts index 78b026bf83..afe3e1aa8b 100644 --- a/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts +++ b/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts @@ -43,16 +43,16 @@ export const schema = { label: 'SASS(.scss) [ http://sass-lang.com ]', }, - { - value: 'styl', - label: - 'Stylus(.styl) [ http://stylus-lang.com ]', - }, { value: 'less', label: 'LESS [ http://lesscss.org ]', }, + { + value: 'styl', + label: + 'DEPRECATED: Stylus(.styl) [ http://stylus-lang.com ]', + }, { value: 'none', label: 'None', diff --git a/packages/create-nx-workspace/bin/create-nx-workspace.ts b/packages/create-nx-workspace/bin/create-nx-workspace.ts index 4d17dd28e8..9d735a836e 100644 --- a/packages/create-nx-workspace/bin/create-nx-workspace.ts +++ b/packages/create-nx-workspace/bin/create-nx-workspace.ts @@ -589,13 +589,6 @@ async function determineStyle( }, ]; - if (![Preset.AngularMonorepo, Preset.AngularStandalone].includes(preset)) { - choices.push({ - name: 'styl', - message: 'Stylus(.styl) [ http://stylus-lang.com ]', - }); - } - if ( [Preset.ReactMonorepo, Preset.ReactStandalone, Preset.NextJs].includes( preset diff --git a/packages/next/src/generators/application/schema.json b/packages/next/src/generators/application/schema.json index 93ac82b521..0279baa455 100644 --- a/packages/next/src/generators/application/schema.json +++ b/packages/next/src/generators/application/schema.json @@ -37,10 +37,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -56,6 +52,14 @@ { "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" + }, + { + "value": "none", + "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/next/src/generators/component/schema.json b/packages/next/src/generators/component/schema.json index bdd97db8d1..358881b55d 100644 --- a/packages/next/src/generators/component/schema.json +++ b/packages/next/src/generators/component/schema.json @@ -40,10 +40,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -63,6 +59,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/next/src/generators/library/schema.json b/packages/next/src/generators/library/schema.json index f5b1c95c6c..238fcc5e46 100644 --- a/packages/next/src/generators/library/schema.json +++ b/packages/next/src/generators/library/schema.json @@ -37,10 +37,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -60,6 +56,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/next/src/generators/page/schema.json b/packages/next/src/generators/page/schema.json index 3601304504..cddb2b146a 100644 --- a/packages/next/src/generators/page/schema.json +++ b/packages/next/src/generators/page/schema.json @@ -46,10 +46,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -69,6 +65,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] }, diff --git a/packages/react/src/generators/application/lib/install-common-dependencies.ts b/packages/react/src/generators/application/lib/install-common-dependencies.ts index 17cf8ea21d..5847c1dd25 100644 --- a/packages/react/src/generators/application/lib/install-common-dependencies.ts +++ b/packages/react/src/generators/application/lib/install-common-dependencies.ts @@ -23,7 +23,7 @@ export function installCommonDependencies( case 'less': devDependencies = { less: lessVersion }; break; - case 'styl': + case 'styl': // @TODO(17): deprecated, going to be removed in Nx 17 devDependencies = { stylus: stylusVersion }; break; } diff --git a/packages/react/src/generators/application/schema.json b/packages/react/src/generators/application/schema.json index 6073454d01..a97c894cb3 100644 --- a/packages/react/src/generators/application/schema.json +++ b/packages/react/src/generators/application/schema.json @@ -54,10 +54,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -77,6 +73,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/react/src/generators/component/schema.json b/packages/react/src/generators/component/schema.json index 27d2e557cf..09dc94859e 100644 --- a/packages/react/src/generators/component/schema.json +++ b/packages/react/src/generators/component/schema.json @@ -50,10 +50,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -73,6 +69,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/react/src/generators/host/schema.json b/packages/react/src/generators/host/schema.json index ba6adf0f57..8a778a46f8 100644 --- a/packages/react/src/generators/host/schema.json +++ b/packages/react/src/generators/host/schema.json @@ -40,10 +40,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -63,6 +59,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/react/src/generators/library/lib/install-common-dependencies.ts b/packages/react/src/generators/library/lib/install-common-dependencies.ts index 4a1bcbba39..a4f39be3e6 100644 --- a/packages/react/src/generators/library/lib/install-common-dependencies.ts +++ b/packages/react/src/generators/library/lib/install-common-dependencies.ts @@ -27,7 +27,7 @@ export function installCommonDependencies( case 'less': devDependencies['less'] = lessVersion; break; - case 'styl': + case 'styl': // @TODO(17): deprecated, going to be removed in Nx 17 devDependencies['stylus'] = stylusVersion; break; } diff --git a/packages/react/src/generators/library/schema.json b/packages/react/src/generators/library/schema.json index fa7e3a82c2..2cca03128b 100644 --- a/packages/react/src/generators/library/schema.json +++ b/packages/react/src/generators/library/schema.json @@ -47,10 +47,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -70,6 +66,10 @@ { "value": "none", "label": "None" + }, + { + "value": "styl", + "label": "Stylus(.styl) [ http://stylus-lang.com ] (DEPRECATED)" } ] } diff --git a/packages/react/src/generators/remote/schema.json b/packages/react/src/generators/remote/schema.json index e1c1f678e0..a410a547b3 100644 --- a/packages/react/src/generators/remote/schema.json +++ b/packages/react/src/generators/remote/schema.json @@ -40,10 +40,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl) [ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" @@ -60,6 +56,10 @@ "value": "styled-jsx", "label": "styled-jsx [ https://www.npmjs.com/package/styled-jsx ]" }, + { + "value": "styl", + "label": "DEPRECATD: Stylus(.styl) [ http://stylus-lang.com ]" + }, { "value": "none", "label": "None" diff --git a/packages/react/src/utils/assertion.ts b/packages/react/src/utils/assertion.ts index 59d939ff53..acece502ec 100644 --- a/packages/react/src/utils/assertion.ts +++ b/packages/react/src/utils/assertion.ts @@ -2,7 +2,7 @@ const VALID_STYLES = [ 'css', 'scss', 'less', - 'styl', + 'styl', // @TODO(17): deprecated, going to be removed in Nx 17 'styled-components', '@emotion/styled', 'styled-jsx', diff --git a/packages/react/typings/style.d.ts b/packages/react/typings/style.d.ts index 8f2d76d63e..7d4317304c 100644 --- a/packages/react/typings/style.d.ts +++ b/packages/react/typings/style.d.ts @@ -1,7 +1,7 @@ export type SupportedStyles = | 'css' | 'scss' - | 'styl' + | 'styl' // @TODO(17): deprecated, going to be removed in Nx 17 | 'less' | 'styled-components' | '@emotion/styled' diff --git a/packages/web/src/generators/application/schema.json b/packages/web/src/generators/application/schema.json index 56bd2ac793..5ce0957d30 100644 --- a/packages/web/src/generators/application/schema.json +++ b/packages/web/src/generators/application/schema.json @@ -36,10 +36,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl)[ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]" diff --git a/packages/workspace/src/generators/preset/schema.json b/packages/workspace/src/generators/preset/schema.json index ca6f3c5830..3731fb5981 100644 --- a/packages/workspace/src/generators/preset/schema.json +++ b/packages/workspace/src/generators/preset/schema.json @@ -45,10 +45,6 @@ "value": "scss", "label": "SASS(.scss) [ http://sass-lang.com ]" }, - { - "value": "styl", - "label": "Stylus(.styl)[ http://stylus-lang.com ]" - }, { "value": "less", "label": "LESS [ http://lesscss.org ]"