Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
chore: add back patches
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 28, 2024
1 parent 4c8c35c commit f1aeeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/build/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def apply_colloid_patches(colloid_dir, patch_dir):
"sass-palette-mocha.patch",
"sass-palette-latte.patch",
"sass-palette-macchiato.patch",
"theme-func.patch",
]:
path = (Path(patch_dir) / patch).relative_to(os.getcwd())
logger.info(f"Applying patch '{patch}', located at '{path}'")
Expand Down

0 comments on commit f1aeeb1

Please sign in to comment.