Skip to content

Commit

Permalink
Change import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie authored Mar 15, 2024
1 parent 685c382 commit ae386ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ foreach ($doc in $docs) {
$specialChars = @("", "", "", "¦", "<space>")
$inputDelay = Get-Random -Minimum 500 -Maximum 1000
$typingDelay = Get-Random -Minimum 50 -Maximum 200
$recordingConsole = Start-SpectreRecording -RecordingType "asciinema" -Width 110 -Height 48 -Quiet
$recordingConsole = Start-SpectreRecording -RecordingType "asciinema" -Width 100 -Height 48 -Quiet

Write-Host "Generating sample for:"
Write-Host -ForegroundColor DarkGray $code
Expand Down
4 changes: 2 additions & 2 deletions PwshSpectreConsole.Docs/src/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../node_modules/asciinema-player/dist/bundle/asciinema-player.css';

@tailwind base;
@tailwind components;
@tailwind utilities;
Expand All @@ -13,8 +15,6 @@
}
}

@import '../node_modules/asciinema-player/dist/bundle/asciinema-player.css';

div.asciinema-player-theme-spectre {
border: solid 1px var(--sl-color-gray-5);
border-radius: 0!important;
Expand Down

0 comments on commit ae386ec

Please sign in to comment.