Skip to content

Commit

Permalink
Complete align-items
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 10, 2025
1 parent 1eee092 commit c44734f
Show file tree
Hide file tree
Showing 17 changed files with 595 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions build/data/styles/values/run_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

for script in *.py; do
echo "Running $script..."
python3 "$script" || python "$script" || echo "Error running $script"
done

echo "All scripts executed."
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions build/data/tags/values/run_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

for script in *.py; do
echo "Running $script..."
python3 "$script" || python "$script" || echo "Error running $script"
done

echo "All scripts executed."
Loading

0 comments on commit c44734f

Please sign in to comment.