Skip to content

Commit

Permalink
LPS-128362 - Enable dartSass build option for themes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Feb 25, 2021
1 parent bd5c215 commit d701a26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"liferayTheme": {
"baseTheme": "styled",
"rubySass": false,
"sassOptions": {
"dartSass": true
},
"screenshot": "",
"templateLanguage": "ftl",
"version": "7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"liferayTheme": {
"baseTheme": "styled",
"rubySass": false,
"sassOptions": {
"dartSass": true
},
"screenshot": "",
"templateLanguage": "ftl",
"version": "7.1"
Expand Down
3 changes: 3 additions & 0 deletions modules/apps/frontend-theme/frontend-theme-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"liferayTheme": {
"baseTheme": "styled",
"distName": "admin-theme",
"sassOptions": {
"dartSass": true
},
"rubySass": false,
"version": "7.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"baseTheme": "styled",
"distName": "classic-theme",
"rubySass": false,
"sassOptions": {
"dartSass": true
},
"version": "7.1"
},
"main": "package.json",
Expand Down

0 comments on commit d701a26

Please sign in to comment.