Skip to content

Commit a40d70e

Browse files
committed
chore(style): remove unnecessary variables.scss file
There was only one instance where something from this file was actually used. That is now handled locally. This file has otherwise nothing useful to offer.
1 parent 3085095 commit a40d70e

File tree

7 files changed

+1
-17
lines changed

7 files changed

+1
-17
lines changed

src/components/banner/banner.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@use '../../style/internal/variables';
21
@use '../../style/functions';
32

43
/**
@@ -7,7 +6,7 @@
76
*/
87

98
.lime-banner {
10-
min-height: variables.$lime-banner-height;
9+
min-height: 3.25rem;
1110
display: none;
1211
background-color: rgba(var(--contrast-100), 0.7);
1312
backdrop-filter: blur(functions.pxToRem(5));

src/components/dock/dock-button/dock-button.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@use '../../../style/mixins';
22
@use '../../../style/functions';
3-
@use '../../../style/internal/variables';
43

54
.button {
65
all: unset;

src/components/dock/dock.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@use '../../style/mixins';
22
@use '../../style/functions';
3-
@use '../../style/internal/variables';
43

54
/**
65
* @prop --dock-expanded-max-width: The maximum width of the Dock when it is expanded. Defaults to `max-content` which means the Dock will adjust its width to the widest dock item.

src/components/file-viewer/file-viewer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@use '../../style/internal/variables';
21
@use '../../style/internal/shared_input-select-picker';
32
@use '../../style/mixins';
43

src/components/progress-flow/progress-flow-item/progress-flow-item.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@use '../../../style/mixins';
22
@use '../../../style/functions';
3-
@use '../../../style/internal/variables';
43

54
$limel-progress-flow-step-content: 2;
65
$limel-progress-flow-divider: 1;

src/components/progress-flow/progress-flow.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use '../../style/functions';
2-
@use '../../style/internal/variables';
32

43
/**
54
* @prop --progress-flow-step-background-color: Background color of steps, defaults to `--contrast-600`.

src/style/internal/variables.scss

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)