- Best practices: to only style things one way in an app - Preventing errors: This will prevent problems with the `/** jsxImportSource ...` pragma not being read when above the import of `App.css` - Maybe also consider doing this for other CSS frameworks Downside: - hard to test app-wide (this would be more of a Preflight thing: https://github.com/upleveled/preflight/issues/194)