mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 00:30:01 +00:00
�� Refactor CSS to use constants for media queries
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
selectedTheme: this.getInitialTheme(),
|
||||
themeHelper: new ThemeHelper(),
|
||||
loading: true,
|
||||
builtInThemes: Defaults.builtInThemes.concat(this.userThemes),
|
||||
builtInThemes: this.userThemes.concat(Defaults.builtInThemes),
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user