Skip to content

Instantly share code, notes, and snippets.

# Problem space:
- We don't have a lot of trust in our pull request communication
- We don't always know what the creator has tested, or where the change is applicable
[insert photo of problem or design mockup, if applicable]
# Changes:
- [ ] ENG-1337 : create the ideal pull request format.
- [ ] Do as much as is absolutely needed, but no more
- [ ] Keep it flexible, and fast, so the reviewer can get up to speed as fast as possible
@i2likelife
i2likelife / CSS-Image-Replacement
Last active December 16, 2015 11:29
CSS: Image Replacement (as seen on Nettuts).
.image-replacement {
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
@i2likelife
i2likelife / TWB_Responsive
Last active December 16, 2015 11:29
CSS:Template for responsive CSS for Twitter Bootstrap.
/* Default styles (normal desktop and landscape tablet) */
/* css for 980px to 1199px go here */
/* Responsive Design Breakpoints */
/* Large desktop */
/* css for 1200px+ go here */
@media (min-width: 1200px) {
}