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

Unexpected semicolon, flexmonster.css

Resolved
Jim Klonowski asked 1 day ago

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

1 answer

Public
Maksym Diachenko Maksym Diachenko Flexmonster 13 hours ago

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

Please login or Register to Submit Answer