Skip to content

Commit

Permalink
remove inter as its already lodaded by Obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminezequiel committed Jan 3, 2025
1 parent e686078 commit 1b5cfc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playground",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "1.0.0",
"author": "Ezben",
"authorUrl": "https://www.benjaminezequiel.com/"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playground",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
@use './components/codeblock.scss';

// @use './foundations/type/space_grotesk.scss';
// @use './foundations/type/inter.scss'; -> already loaded by Obsidian
@use './foundations/type/bricolage.scss';
@use './foundations/type/inter.scss';


@use './foundations/colors/accent_colors.scss';
Expand Down
9 changes: 0 additions & 9 deletions theme.css

Large diffs are not rendered by default.

0 comments on commit 1b5cfc0

Please sign in to comment.