There are 2 extraneous semicolons in the current (2.9.102) flexmonster.css (lines 7256-7257)
#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item {
content: "";
display: inline-block;
vertical-align: top;
position: relative;
cursor: pointer;
height: 36px;
width: -webkit-calc(10% - 1px);; <-------
width: calc(10% - 1px);; <-------
margin-right: 1px;
}
It causes my nuxt3+tailwind project to error with:
ERROR Internal server error: Unexpected semicolon
Plugin: @tailwindcss/vite:generate:serve
Hello, Jim!
Thank you for reporting this issue.
Our team will fix this and remove duplicate semicolons from flexmonster.css
in the upcoming minor release, ETA May 12th.
Please let us know if any other questions arise.
Best regards,
Maksym
Hello, Jim,
We are glad to inform you that the issue with semicolon duplication (;;
) in flexmonster.css
was fixed. This is available in the 2.9.103 version of Flexmonster: https://www.flexmonster.com/release-notes/version-2-9-103/
You are welcome to update the component. Here is our updating guide for assistance: https://www.flexmonster.com/doc/updating-to-the-latest-version/
Please let us know if the fix works.
Best regards,
Maksym
Hello, Jim!
Hope you are doing well.
We wonder if you have tried updating Flexmonster to remove the issue with semicolon duplication.
Please let us know if it helped you fix the project build.
Best Regards,
Maksym
Hi,
My issue is resolved. The latest flexmonster (2.9.103) is working great.
Thanks!
Hello, Jim!
Thank you for your reply.
We are glad that our fix helped you.
Feel free to contact us if more questions arise.
Best Regards,
Maksym