BinaryMoon / jarvis

A speedy Gutenberg ready theme
https://prothemedesign.com
GNU General Public License v2.0
51 stars 5 forks source link

Improve plugin css and add support for GiveWP plugin #58

Open BinaryMoon opened 4 years ago

BinaryMoon commented 4 years ago

Split the different plugin.scss files into their own css files and then include them inline. They should be small so loading inline will keep them fast. This will also reduce the total size of the theme css.

GiveWP is a charity donation plugin and adding support mostly involves css styles so should be pretty easy to do.

BinaryMoon commented 4 years ago

Notes for the GiveWP styles: https://docs.google.com/document/d/1mWT3DjXeLqqp8KTh3kAakGVdqe1Kju1KE_m6Slg667I/edit

Rather than disable them I will override the default GiveWP styles. This will ensure they continue to work with minimal maintanence