Skip to content

Commit

Permalink
Update base
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Nov 21, 2024
1 parent 5606c52 commit 8aa45ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions _sass/base/_global.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'variables' as *;

* {
margin: 0;
padding: 0;
Expand Down
1 change: 1 addition & 0 deletions _sass/base/_highlight.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// ==========================================================================
// Syntax highlighting
// ==========================================================================
@use 'variables' as *;

div.highlighter-rouge,
figure.highlight,
Expand Down
2 changes: 2 additions & 0 deletions _sass/base/_utility.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'variables' as *;

// Mix-ins
%padding-nav {
padding: $padding-small $padding-x-large;
Expand Down
10 changes: 2 additions & 8 deletions _sass/type-on-strap.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* TYPE_ON_STRAP Main style sheet */

/* Variables */
// All the options to customize your theme in one file
@import 'base/variables';
/* Base */
@use 'base/index' as base;

/* External */
// CSS from external sources
Expand All @@ -12,11 +11,6 @@
@import 'external/katex';
@import 'external/source-sans-pro';

/* Base */
// For general CSS in the theme
@import 'base/global';
@import 'base/highlight';
@import 'base/utility';

/* Includes */
// Linked with the html in the _includes folder
Expand Down

0 comments on commit 8aa45ad

Please sign in to comment.