Skip to content

Commit

Permalink
chore: finish putting out the fires (#350)
Browse files Browse the repository at this point in the history
* fix: highlightjs breaking changes

* chore: update husky
  • Loading branch information
ToxicAven authored Nov 11, 2024
1 parent 9781996 commit 996e6cd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion src/catppuccin-frappe.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ $brand: $blue;

@import "theme";
.theme-dark {
@include theme.highlights("frappe", "hex");
@include theme.highlights("frappe");
}
2 changes: 1 addition & 1 deletion src/catppuccin-latte.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ $brand: $blue;

@import "theme";
.theme-dark {
@include theme.highlights("latte", "hex");
@include theme.highlights("latte");
}
2 changes: 1 addition & 1 deletion src/catppuccin-macchiato.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ $brand: $blue;

@import "theme";
.theme-dark {
@include theme.highlights("macchiato", "hex");
@include theme.highlights("macchiato");
}
2 changes: 1 addition & 1 deletion src/catppuccin-mocha.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ $brand: $blue;

@import "theme";
.theme-dark {
@include theme.highlights("mocha", "hex");
@include theme.highlights("mocha");
}

0 comments on commit 996e6cd

Please sign in to comment.