Skip to content

Commit e8fafa0

Browse files
committed
chore: remove compact var
1 parent 7d295bc commit e8fafa0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/prepub.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,14 @@ function getThemeVariables(options = {}) {
124124
}
125125
if(options.compact){
126126
themeVar = {
127-
...themeVar,
128-
...compactThemeSingle
127+
...themeVar
129128
}
130129
}
131130
return themeVar;
132131
}
133132
134133
module.exports = {
135134
darkThemeSingle,
136-
compactThemeSingle,
137135
getThemeVariables
138136
}`,
139137
{

0 commit comments

Comments
 (0)