Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created November 12, 2020 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angiejones/430c8e494dacee437b10fba914514110 to your computer and use it in GitHub Desktop.
Save angiejones/430c8e494dacee437b10fba914514110 to your computer and use it in GitHub Desktop.
Conditional logic needed for different viewports
if(siteTitle.exists()) {
//Execute desktop flow
}
else {
//Execute mobile flow
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment