Skip to content

Commit

Permalink
fix: Exporting Dark Schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Mar 7, 2024
1 parent d648836 commit a0f9711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4bitcss.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ $darkColorSchemes |
ConvertTo-Json |
Set-Content -Path $allDarkSchemesPath

Get-Item -Path $allDarkSchemesPath
Get-Item -Path $allSchemesPath

$4bitJS = Export-4BitJS -ColorSchemeName $allColorSchemes -DarkColorSchemeName $darkColorSchemes -LightColorSchemeName $LightColorSchemeName
Expand Down

0 comments on commit a0f9711

Please sign in to comment.