Tracking Issue: #12251
Design Doc Section: https://docs.google.com/document/d/197fXHLlHM_RJA4-3MITwdu0N5e0HX5Q74sA4W80YMD8/edit#bookmark=id.wectpruo06vv
Update ExpensifyHelp
We also need to update the styles on the ExpensifyHelp site. All of the code for this site is in the App/docs/ directory. It has its own style sheets in App/docs/_sass/, which need to be replaced. We can’t use the same styles that we use in the App because ExpensifyHelp is not made with React Native. It’s just a web page, so we opted to use vanilla JS. This means that the scss files for ExpensifyHelp use actual css syntax, where the styles.js file used in App uses json.

Tracking Issue: #12251
Design Doc Section: https://docs.google.com/document/d/197fXHLlHM_RJA4-3MITwdu0N5e0HX5Q74sA4W80YMD8/edit#bookmark=id.wectpruo06vv
Update ExpensifyHelp
We also need to update the styles on the ExpensifyHelp site. All of the code for this site is in the App/docs/ directory. It has its own style sheets in App/docs/_sass/, which need to be replaced. We can’t use the same styles that we use in the App because ExpensifyHelp is not made with React Native. It’s just a web page, so we opted to use vanilla JS. This means that the scss files for ExpensifyHelp use actual css syntax, where the styles.js file used in App uses json.