-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34579 from dimagi/jls/b5-web-apps-turn-on-scss
[B5] web apps: switch over from LESS to SCSS
- Loading branch information
Showing
38 changed files
with
252 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
corehq/apps/hqwebapp/static/cloudcare/scss/formplayer-common-main.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
corehq/apps/hqwebapp/static/cloudcare/scss/formplayer-common.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
@b3-import-variables: '../../../../../../../../node_modules/bootstrap/less/variables'; | ||
@b3-import-mixins: '../../../../../../../../node_modules/bootstrap/less/mixins'; | ||
@import "functions"; | ||
@import "../../hqwebapp/scss/commcarehq/variables"; | ||
@import "variables"; | ||
@import "../../hqwebapp/scss/commcarehq/variables_bootstrap3"; | ||
@import "mixins"; // media-breakpoint-up and media-breakpoint-down | ||
|
||
@import "formplayer-common-main"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
corehq/apps/hqwebapp/static/cloudcare/scss/formplayer-webapp.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
@b3-import-variables: '../../../../../../../../node_modules/bootstrap/less/variables'; | ||
@b3-import-mixins: '../../../../../../../../node_modules/bootstrap/less/mixins'; | ||
@import "functions"; | ||
@import "../../hqwebapp/scss/commcarehq/variables"; | ||
@import "variables"; | ||
@import "../../hqwebapp/scss/commcarehq/variables_bootstrap3"; | ||
@import "mixins"; // media-breakpoint-up and media-breakpoint-down | ||
|
||
@import "formplayer-webapp-main"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
float: right; | ||
font-size: 1.9rem; | ||
|
||
.transition(all 1s); | ||
transition: all 1s; | ||
|
||
border-radius: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
corehq/apps/hqwebapp/static/preview_app/scss/preview_app-main.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
@b3-import-variables: '../../../../../../../../node_modules/bootstrap/less/variables'; | ||
@b3-import-mixins: '../../../../../../../../node_modules/bootstrap/less/mixins'; | ||
@import "../../hqwebapp/scss/commcarehq/variables"; | ||
|
||
@import "preview_app-main"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 12 additions & 1 deletion
13
corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/preview_app.html.diff.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
+++ | ||
@@ -1,5 +1,5 @@ | ||
-@import '../../hqwebapp/less/_hq/includes/variables.less'; | ||
-@import '../../hqwebapp/less/_hq/includes/mixins.less'; | ||
+@import "../../hqwebapp/scss/commcarehq/variables"; | ||
+@import "../../hqwebapp/scss/commcarehq/mixins"; | ||
|
||
/** | ||
These are the styles shared across both PREVIEW and the FULL PAGE WEB APP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
+++ | ||
@@ -1,4 +1,7 @@ | ||
-@b3-import-variables: '../../../../../../../../node_modules/bootstrap/less/variables'; | ||
-@b3-import-mixins: '../../../../../../../../node_modules/bootstrap/less/mixins'; | ||
+@import "functions"; | ||
+@import "../../hqwebapp/scss/commcarehq/variables"; | ||
+@import "variables"; | ||
+@import "../../hqwebapp/scss/commcarehq/variables_bootstrap3"; | ||
+@import "mixins"; // media-breakpoint-up and media-breakpoint-down | ||
|
||
@import "formplayer-common-main"; |
Oops, something went wrong.