We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c06e2 commit 5e328acCopy full SHA for 5e328ac
Build/4bitcss.build.ps1
@@ -69,7 +69,7 @@ foreach ($jsonFile in $jsonFiles) {
69
# Then export it again to /docs (so the GitHub page works)
70
$jsonObject | Export-4BitCSS -OutputPath $ColorSchemePath
71
$dotTextPath = Join-Path $ColorSchemePath "$colorSchemeFileName.txt"
72
- $distinctColors | Set-Content -Path $dotTextPath -Encoding utf8
+ $distinctColors -join ';' | Set-Content -Path $dotTextPath -Encoding utf8
73
Get-Item -Path $dotTextPath
74
$allColorSchemes += $colorSchemeFileName
75
0 commit comments