From b89a80e27e5ad27f7d24d09414c5deff358fa01c Mon Sep 17 00:00:00 2001 From: Bryce Osterhaus Date: Thu, 25 Feb 2021 14:15:11 -0800 Subject: [PATCH] LPS-128362 - Enable dartSass build option for themes --- .../commerce-theme-minium/commerce-theme-minium/package.json | 3 +++ .../commerce-theme-speedwell/package.json | 3 +++ modules/apps/frontend-theme/frontend-theme-admin/package.json | 3 +++ .../apps/frontend-theme/frontend-theme-classic/package.json | 3 +++ 4 files changed, 12 insertions(+) diff --git a/modules/apps/commerce/commerce-theme-minium/commerce-theme-minium/package.json b/modules/apps/commerce/commerce-theme-minium/commerce-theme-minium/package.json index 0b96bad3c6d357..ac08dd09c84935 100644 --- a/modules/apps/commerce/commerce-theme-minium/commerce-theme-minium/package.json +++ b/modules/apps/commerce/commerce-theme-minium/commerce-theme-minium/package.json @@ -5,6 +5,9 @@ "liferayTheme": { "baseTheme": "styled", "rubySass": false, + "sassOptions": { + "dartSass": true + }, "screenshot": "", "templateLanguage": "ftl", "version": "7.1" diff --git a/modules/apps/commerce/commerce-theme-speedwell/commerce-theme-speedwell/package.json b/modules/apps/commerce/commerce-theme-speedwell/commerce-theme-speedwell/package.json index 1a8e9d0dd69a62..5cf2dd4a84af20 100644 --- a/modules/apps/commerce/commerce-theme-speedwell/commerce-theme-speedwell/package.json +++ b/modules/apps/commerce/commerce-theme-speedwell/commerce-theme-speedwell/package.json @@ -5,6 +5,9 @@ "liferayTheme": { "baseTheme": "styled", "rubySass": false, + "sassOptions": { + "dartSass": true + }, "screenshot": "", "templateLanguage": "ftl", "version": "7.1" diff --git a/modules/apps/frontend-theme/frontend-theme-admin/package.json b/modules/apps/frontend-theme/frontend-theme-admin/package.json index 90ae7d2a847123..00cc0ada6f4298 100644 --- a/modules/apps/frontend-theme/frontend-theme-admin/package.json +++ b/modules/apps/frontend-theme/frontend-theme-admin/package.json @@ -11,6 +11,9 @@ "baseTheme": "styled", "distName": "admin-theme", "rubySass": false, + "sassOptions": { + "dartSass": true + }, "version": "7.1" }, "main": "package.json", diff --git a/modules/apps/frontend-theme/frontend-theme-classic/package.json b/modules/apps/frontend-theme/frontend-theme-classic/package.json index 7303bfcbf992d4..6d1dae1ea19683 100644 --- a/modules/apps/frontend-theme/frontend-theme-classic/package.json +++ b/modules/apps/frontend-theme/frontend-theme-classic/package.json @@ -11,6 +11,9 @@ "baseTheme": "styled", "distName": "classic-theme", "rubySass": false, + "sassOptions": { + "dartSass": true + }, "version": "7.1" }, "main": "package.json",