The easiest styling solution I could come up with is to just literally have a single css file in our project root with all the necessary classes. We should move all styles from css modules to this file and name them following the convention I started (`fm-editor-...`).
The easiest styling solution I could come up with is to just literally have a single css file in our project root with all the necessary classes.
We should move all styles from css modules to this file and name them following the convention I started (
fm-editor-...).