From a96c52b21e7e590bbdd70b80896780a446fa2e8b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 13 Dec 2021 02:07:04 +0100 Subject: build: separate module for frontend This allows us to simplify the webpack configuration and the gradle build scripts. --- subprojects/frontend/src/themeVariables.module.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 subprojects/frontend/src/themeVariables.module.scss (limited to 'subprojects/frontend/src/themeVariables.module.scss') diff --git a/subprojects/frontend/src/themeVariables.module.scss b/subprojects/frontend/src/themeVariables.module.scss new file mode 100644 index 00000000..85af4219 --- /dev/null +++ b/subprojects/frontend/src/themeVariables.module.scss @@ -0,0 +1,9 @@ +@import './themes'; + +:export { + @each $themeName, $theme in $themes { + @each $variable, $value in $theme { + #{$themeName}--#{$variable}: $value, + } + } +} -- cgit v1.2.3-70-g09d2