Josip Kovacevic

Results 4 comments of Josip Kovacevic

Issue is because of `:before` pseudo-element definition. Just override somewhere in project same css without pseudo-elements. ```lang=css i[class^="mq-p-"], i[class*=" mq-p-"] { font-family: mq-planning-icons !important; font-style: normal; font-weight: normal !important; font-variant:...

> @kovacevjosip that does work. did you do anything to automate this or do you modify the css by hand? You just need to copy code above somewhere inside your...

> I also run into issues with the icons not being centered vertically. Using descent is not an option in my case, because the icons are all varying in height...

If you are using **vite setup**, interpolation does not work correctly on production mode. If you have defined plural values (example: `note: Note | Notes`) it will actually show both...