We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1116272 commit 39d1dcfCopy full SHA for 39d1dcf
2 files changed
packages/golden-layout/scss/GoldenLayout.module.scss
@@ -1,8 +1,8 @@
1
-@import './goldenlayout-dark-theme.scss';
+@use './goldenlayout-dark-theme.scss' as theme;
2
3
// Exported variables for use in GoldenLayoutThemeExport.js
4
/* stylelint-disable property-no-unknown */
5
:export {
6
- tab-height: $tab-height;
7
- drag-border-width: $drag-border-width;
+ tab-height: theme.$tab-height;
+ drag-border-width: theme.$drag-border-width;
8
}
packages/golden-layout/scss/goldenlayout-dark-theme.scss
@@ -2,6 +2,7 @@
$tab-height: 28px;
$drag-border-width: 5px;
+
$close-button-height: 8px;
$tab-font-size: 12px;
0 commit comments