Skip to content

Commit

Permalink
Fix external
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Nov 25, 2024
1 parent fb96666 commit 3b05c88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion _sass/external/_katex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
*/

@use "katex/katex";
@use '../base/variables';

.katex-display {
@media screen and (max-width: $sm-break) {
@media screen and (max-width: variables.$sm-break) {
overflow-x: auto;
}
& {
Expand Down
16 changes: 8 additions & 8 deletions _sass/type-on-strap.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* TYPE_ON_STRAP Main style sheet */
/* TYPE_ON_STRAP Main style */

// Reset all styles
@use 'external/reset';

/* Base */
@use 'base/index' as base;
Expand All @@ -25,10 +28,7 @@

/* External */
// CSS from external sources
@import 'external/reset';
@import 'external/font-awesome';
@import 'external/pacifico';
@import 'external/katex';
@import 'external/source-sans-pro';


@use 'external/font-awesome';
@use 'external/pacifico';
@use 'external/katex';
@use 'external/source-sans-pro';

0 comments on commit 3b05c88

Please sign in to comment.