Skip to content

Commit

Permalink
fix #398
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Oct 21, 2024
1 parent 16ffa96 commit d2e1fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/css/app/_foundation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
--unitone--accent--color: #090a0b;
}

:where(*) {
position: relative;
}

body {
overflow-x: clip;
}
Expand Down
4 changes: 4 additions & 0 deletions src/css/app/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@use "sass:meta";
@use '../../../node_modules/@inc2734/unitone-css/src/settings/settings';

:where(*) {
position: relative;
}

@include meta.load-css("foundation");
@include meta.load-css("wp-blocks/wp-blocks");
@include meta.load-css("site");
Expand Down

0 comments on commit d2e1fb0

Please sign in to comment.