Skip to content

Commit

Permalink
Chores 🧹 (#194)
Browse files Browse the repository at this point in the history
* Update package_abridge.js

* Update abridge.scss
  • Loading branch information
Hysterelius authored Aug 10, 2024
1 parent 26078b9 commit ab91b5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion COPY-TO-ROOT-SASS/abridge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
//$misc: false,
//$grid: true,//Infinity Grid, column based layouts.
//$syntax: true,//syntax highlighting for code blocks
// $coderoundhighlight: false,//round corners on highlighted code blocks
//$coderoundhighlight: false,//round corners on highlighted code blocks
);
@use "extra";
/******************************************************************************
Expand Down
1 change: 0 additions & 1 deletion package_abridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ async function sync() {
);
exit(1);
}
console.log(packageVersionLocal, packageVersionSubmodule);

const configToml = path.join(__dirname, "config.toml");
const submoduleConfigToml = path.join(
Expand Down

0 comments on commit ab91b5c

Please sign in to comment.