See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| /* Custom login page to WordPress websites */ | |
| body { | |
| background: rgba(55, 33, 71, 1) !important; | |
| background: -moz-radial-gradient( | |
| center, | |
| ellipse cover, | |
| rgba(55, 33, 71, 1) 0%, | |
| rgba(0, 0, 0, 1) 100% | |
| ) !important; |
| const widthPercentageToDP = widthPercent => { | |
| const screenWidth = Dimensions.get('window').width; | |
| const elemWidth = parseFloat(widthPercent); | |
| return PixelRatio.roundToNearestPixel((screenWidth * elemWidth) / 100); | |
| }; | |
| const heightPercentageToDP = heightPercent => { | |
| const screenHeight = Dimensions.get('window').height; | |
| const elemHeight = parseFloat(heightPercent); | |
| return PixelRatio.roundToNearestPixel((screenHeight * elemHeight) / 100); |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |