Fixing "Cannot resolve file" errors in CSS

I'm working on a PHP application and CSS values like "url('/images/img.png')" are all marked as invalid but they ARE valid. How do I let IDEA know where my web assets are so that I don't get false errors everywhere?

0

请先登录再写评论。