-
Updated
Sep 9, 2020 - Shell
review
Code review is systematic examination (sometimes referred to as peer review) of computer source code. It is intended to find mistakes overlooked in software development, improving the overall quality of software. Reviews are done in various forms such as pair programming, informal walkthroughs, and formal inspections.
Here are 528 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Ruby
-
Updated
Oct 20, 2020 - Ruby
-
Updated
Oct 16, 2019 - Java
-
Updated
Nov 10, 2020 - HTML
-
Updated
Apr 6, 2020 - Python
-
Updated
Oct 29, 2020
-
Updated
May 28, 2020 - Python
-
Updated
Sep 17, 2020 - Objective-C
-
Updated
Oct 22, 2020 - C++
-
Updated
Jul 1, 2019 - TypeScript
-
Updated
Dec 24, 2019 - AppleScript
-
Updated
Jul 8, 2020
-
Updated
Nov 12, 2020 - Java
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Nov 7, 2020
-
Updated
Sep 5, 2020 - Python
-
Updated
May 29, 2018
-
Updated
Jun 17, 2020
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Kotlin
-
Updated
Mar 28, 2019 - JavaScript
This CSS is used in various places:
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: normal;
It should be extracted into a global css class and added to a new file src/css/fonts.css, from which the class can then be imported into each css module where it is needed, like this example:
/* import global css file */
@import "../../css/grid.c
Especially in the light of #151 , it would be great if people could just re-generate the whole Id file.