Skip to content

Commit

Permalink
Update base sass
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Nov 25, 2024
1 parent bdee637 commit 8b144a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _sass/type-on-strap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
@use 'external/reset';

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

// For general CSS in the theme
@use 'base/global';
@use 'base/highlight';

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

0 comments on commit 8b144a4

Please sign in to comment.