Hi,
what is best practice regarding plugin themeing?
Currently I'm trying to combine/integrate the events plugin and future2021 theme. Unfortunately the events plugin has much styling information in scss/events.scss and is optimized for the Quark theme. In the past I manually compiled scss files to css on sassmeister.com, but this doesn't work here (any more?).
So, how should one divide functionality and style so that the plugin can be used and styled with multiple themes? And how to deal with scss files? Is there a way to automate scss compilation on the Grav instance or must it happen on the development environment?