Admin problems
-
Hello, I am developing a theme and received a lottie json files from a customer. And I was surprised to find out that when activating your plugin, all images in admin part have thick black border. Upon further inspection, I discovered that culprit is one css file which is inline injected, and it is ENORMOUS tailwind css file with incredible 146.727 lines of code! In this file there are 29.628 css rules! I find it simply incredible, that you inject tailwind for the sole purpose of styling few elements in block editor. That css will for sure slow down editor experience and for this sole reason I will not use it and instead build a custom solution based on github lottie player. I didn’t expect such thing of such big company.
My suggestion – remove tailwind dependency and build with custom css. It will be MUCH more performant!
- You must be logged in to reply to this topic.