This is a complete rewrite of the editor styles for the Business theme.
The previous styles have been completely discarded and the new editor styles have been created from scratch. Several of the reported issues have already been fixed by this rewrite.
Also, the enqueuing of editor styles has been refactored to remove the redundancy (as reported in #15), which was causing all the trouble in the editor styles currently.
The code uses the work by @laurelfulford on Automattic/theme-tools, which provides a good starting point for the editor styles.
Overview
This is a complete rewrite of the editor styles for the Business theme.
The previous styles have been completely discarded and the new editor styles have been created from scratch. Several of the reported issues have already been fixed by this rewrite.
Also, the enqueuing of editor styles has been refactored to remove the redundancy (as reported in #15), which was causing all the trouble in the editor styles currently.
The code uses the work by @laurelfulford on Automattic/theme-tools, which provides a good starting point for the editor styles.
Related issues: #10, #12, #13, #14, #15
Installation Instructions
Start by cloning the branch:
Install dependencies and build theme:
At this point, theme should be ready for testing.
Testing Instructions
Use the testing approach of your preference.
Our gutenberg-test-data can be used for testing.