diff --git a/packages/react-scripts/template/src/App.css b/packages/react-scripts/template/src/App.css index 15adfdc710c..796cf766cfa 100644 --- a/packages/react-scripts/template/src/App.css +++ b/packages/react-scripts/template/src/App.css @@ -1,3 +1,13 @@ +/** + * This is a good place to put styles related to the component. + * We recommend that, when possible, a component CSS file only includes styles + * that are used by that specific component. This is why all class names start + * with "App" in this example. Instead of defining nested selectors for child + * components, we recommend passing all relevant information as props (such as + *