This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.image-replacement { | |
border: 0; | |
font: 0/0 a; | |
text-shadow: none; | |
color: transparent; | |
background-color: transparent; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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) { | |
} |