Skip to content

Commit

Permalink
Fix *.modules.scss that don't get correctly typed (#5532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokel81 committed Jun 2, 2022
1 parent d4fbab7 commit ac27077
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/components/+add-cluster/add-cluster.module.scss
Expand Up @@ -3,6 +3,8 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/

@import "../../components/mixins.scss";

.AddClusters {
--flex-gap: calc(var(--unit) * 2);

Expand Down
Expand Up @@ -3,6 +3,8 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/

@import "../../components/mixins.scss";

.KubeConfigDialog {
:global(.Wizard) {
width: 50vw;
Expand Down
2 changes: 2 additions & 0 deletions src/renderer/components/switch/switch.module.scss
Expand Up @@ -3,6 +3,8 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/

@import "../../components/mixins.scss";

.Switch {
--thumb-size: 2rem;
--thumb-color: hsl(0 0% 100%);
Expand Down

0 comments on commit ac27077

Please sign in to comment.