☝️Small business or a startup? See if you qualify for our special offer.
+

Unexpected semicolon, flexmonster.css

Resolved
Jim Klonowski asked on May 1, 2025

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

5 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster May 2, 2025

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

Public
Maksym Diachenko Maksym Diachenko Flexmonster May 13, 2025

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

Public
Maksym Diachenko Maksym Diachenko Flexmonster 5 days ago

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

Public
Jim Klonowski 5 days ago

Hi,

 

My issue is resolved.  The latest flexmonster (2.9.103) is working great.

 

Thanks!

Public
Maksym Diachenko Maksym Diachenko Flexmonster 4 days ago

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

Please login or Register to Submit Answer