vazco / forminer

Vazco Form Builder Docs
https://forminer.com
1 stars 0 forks source link

FB-324-remove-FOUC #62

Closed paulinabjacykowska closed 1 year ago

paulinabjacykowska commented 1 year ago

Previous investigation showed that what is causing the FOUC is using styled-components with docusaurus (here are two discussions about it linked).

To prevent this behaviour this PR consists of:

To make styles more modular, maintainable, and organised, the CSS BEM (Block, Element, Modifier) approach.

Those changes have successfully eliminated FOUC, however, for the purpose of consistency, I think in the future we should remove the usage of styled-components from the remaining files as well.