package components
import (
"fmt"
)
func NoWrapSize(size string) string {
return fmt.Sprintf("%s:flex-nowrap", size)
}