matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS

Home Page:https://smeltejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select label does not transition on build version

Singha360 opened this issue · comments

This is what it looks like during dev environment:
Peek 2021-05-07 12-37

and this is how it looks like after I build it:
Peek 2021-05-07 12-38

My knowledge on the tooling is quite inadequate but I am assuming that purge somehow removes the transition directive or whatever is used for the label animation.

edit: this is also present with the TextField component.