invalid CSS

0
I migrated the project to the latest version of mendix, it gave this CSS error. I don't know what I should change, I believe it's not wrong.  CSS: .tempo {     font-weight: bold;     font-style: normal;     font-size: 38px;     color: #30B6B3; }   Error: style contains invalid CSS. It should be formatted properly and cannot contain comments, e.g. 'font-color: red;'     Has anyone ever experienced this?
asked
2 answers
0

Hi,

Where do you see this error occur – can we see the screenshot? How do you know that this specific CSS snippet is causing this error?

answered
0

The styling field should not include the class identifier “.tempo{}”, resulting in this error 


Either paste the CSS in the styling field, or (the preferred solution)

 

Define the styling for the class in your theme, and simply add the class name to the Class-field:

answered