Deps
This commit is contained in:
16
stylegen/base.css
vendored
16
stylegen/base.css
vendored
@ -3,12 +3,12 @@
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
html,
|
||||
container,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
position: fixed;
|
||||
}
|
||||
html,
|
||||
container,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
|
@ -23,6 +23,8 @@ esac
|
||||
# For macOS, we use a single binary called 'macos'
|
||||
if [ "$OS" = "macos" ]; then
|
||||
BINARY="./tw/macos"
|
||||
# Set execute permissions on the binary
|
||||
chmod +x $BINARY
|
||||
else
|
||||
case $ARCH in
|
||||
"x86_64")
|
||||
@ -82,4 +84,4 @@ for PAGE in $PAGES; do
|
||||
done
|
||||
|
||||
# Wait for all background processes to finish
|
||||
wait
|
||||
wait
|
||||
|
BIN
stylegen/tw/linux-arm64
Normal file → Executable file
BIN
stylegen/tw/linux-arm64
Normal file → Executable file
Binary file not shown.
BIN
stylegen/tw/linux-x64
Normal file → Executable file
BIN
stylegen/tw/linux-x64
Normal file → Executable file
Binary file not shown.
Binary file not shown.
BIN
stylegen/tw/windows-arm64.exe
Normal file → Executable file
BIN
stylegen/tw/windows-arm64.exe
Normal file → Executable file
Binary file not shown.
BIN
stylegen/tw/windows-x64.exe
Normal file → Executable file
BIN
stylegen/tw/windows-x64.exe
Normal file → Executable file
Binary file not shown.
Reference in New Issue
Block a user