Skip to content

Instantly share code, notes, and snippets.

@swanson
Created January 26, 2022 23:33
Show Gist options
  • Save swanson/f6e5c927671116bef8ae1bea07d65b13 to your computer and use it in GitHub Desktop.
Save swanson/f6e5c927671116bef8ae1bea07d65b13 to your computer and use it in GitHub Desktop.
turbo-frame {
border: 1px red solid;
display: block;
}
turbo-frame::before {
content: "Frame: #" attr(id);
position: relative;
top: -14px;
right: -4px;
display: inline-block;
color: red;
font-size: 12px;
z-index: 9999;
background-color: white;
padding: 4px;
border: 1px red solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment