Errors in my CSS file

Hello, how are you?

I am having some troubles with my css files and don't know why.

I was not able to create new css in design table and when I opened my css file to see what's happening I saw that my css file has an error, something like (CssSyntaxError) on the last line, and when I delete the last line it immediately shows up a lot of errors, can someone help me pls?


We should probably update the linting rules to be less strict. The first screenshot is an actual error but on the second screenshot it are linting messages, they are not real errors but more best practice. The messages that I see are unknown properties (in most cases due to autoprefixer adding them for older browsers) and duplicate selectors. The css is fine and has no errors, it just shows what you could improve like merging duplicate selectors together and avoid empty selectors etc.

Hello Patrick, how are you?

Ok, so I don't need to do nothing? When I try to change some css styles in design tab It doesn't assume that on the file, I tried to change some colours and other things and I can't...