Skip to content

Instantly share code, notes, and snippets.

@d0t15t
Last active February 26, 2026 12:16
Show Gist options
  • Select an option

  • Save d0t15t/3ee1dfba4196a43993adec9e9afe2076 to your computer and use it in GitHub Desktop.

Select an option

Save d0t15t/3ee1dfba4196a43993adec9e9afe2076 to your computer and use it in GitHub Desktop.
Browser sync with file watch for css
npx browser-sync start \
--proxy "https://yoursite.ddev.site" \
--files "web/themes/custom/your-theme/components/foo/*.css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment