Use @roots/vite-plugin (#3231)

Co-authored-by: Brandon <brandon@tendency.me>
This commit is contained in:
Ben Word
2025-02-22 15:13:42 -05:00
committed by GitHub
parent 8cc24bab95
commit 2f2d67fb7f
7 changed files with 264 additions and 792 deletions

View File

@@ -47,9 +47,9 @@ jobs:
fi
jq -e '
(.settings.color.palette | map(select(.name == "black")) | length > 0) and
(.settings.typography.fontFamilies | map(select(.name == "sans")) | length > 0) and
(.settings.typography.fontSizes | map(select(.name == "xl")) | length > 0)
(.settings.color.palette | length > 0) and
(.settings.typography.fontFamilies | length > 0) and
(.settings.typography.fontSizes | length > 0)
' "$THEME_JSON" 2>&1 || {
echo "❌ Invalid theme.json structure or missing required values"
exit 1