
@include breakpoint("medium")Β { }
@include breakpoint("large") Β { }#stencil #bigcommerce

@include breakpoint("medium")Β { }
@include breakpoint("large") Β { }#stencil #bigcommerce
@echo off
cd /d "C:\Users\sumnima\Documents\minu"
:: Start Git Bash and run stencil
start "" "C:\Program Files\Git\git-bash.exe" --cd="C:\Users\sumnima\Documents\minu" -c "stencil start; exec bash"
:: Delay for server to start (tweak if needed)
timeout /t 10 >nul
:: Launch Firefox with localhost
start "" "C:\Program Files\Mozilla Firefox\firefox.exe" "http://localhost:3000"
:: Open Sublime Text in the same folder
start "" "C:\Program Files\Sublime Text\sublime_text.exe" "C:\Users\sumnima\Documents\minu"Monsoon holds its breathβ
each fading drop a silence,
I wait with Annapurna
Monsoon clouds gather –
Annapurna’s peaks veiled soft,
Nature’s subtle dance.
Dear Debian,
meh. Ubuntu –
A sluggish stream flows
I thinkβ
I stop thinking.
A haiku dies.




















#bookmark #height
.heroCarousel,
.heroCarousel.slick-initialized,
.heroCarousel-slide .heroCarousel-image-wrapper {
height: auto;
max-height: 50vh;
@include breakpoint("medium") {
max-height: 100vh;
height: auto;
}
}#screen #bigcommerce #theme #css #media #bookmark base on minimal theme

$screen-large: 1261px; // 1
$screen-medium: 1180px;
$screen-small: 820px;
@media (max-width: $screen-large) and (min-width: $screen-medium) {
}