Skip to content

Commit

Permalink
Merge branch 'master' into feature/fix-css-preload
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer authored Feb 4, 2025
2 parents f2ad6d4 + a4b6c17 commit 26faa24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "normalize.css", "fontawesome-5", "buttons", "fonts", "404", "ads",
"about", "account", "animations", "banners", "caret", "commandline", "core",
"footer", "inputs", "keymap", "leaderboards", "login", "monkey", "nav",
"notifications", "popups", "profile", "scroll", "settings", "account-settings",
"test", "media-queries";
@import "buttons", "fonts", "404", "ads", "about", "account", "animations",
"banners", "caret", "commandline", "core", "footer", "inputs", "keymap",
"leaderboards", "login", "monkey", "nav", "notifications", "popups", "profile",
"scroll", "settings", "account-settings", "test", "media-queries";
2 changes: 2 additions & 0 deletions frontend/src/styles/vendor.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import "normalize.css";
@import "fontawesome-5";
@import "slim-select/styles";
@import "balloon-css/src/balloon";

0 comments on commit 26faa24

Please sign in to comment.