Good day. Connect to PhpStorm Live Edit IDE, put an extension on Chrome. In the project I select the html file, in the context menu - "Debug index.html" - everything works, everything seems to be fine. But my stylesheets are stored in the connected styles.css file, and the changes that I make there are not displayed. If I cast styles.css in the project, there is no debugging in the context menu for css files, as for html files. But I see a video on the network - https://www.youtube.com/watch?v=w0Db0TTZJa8 , the guy rules the css file in it and the changes are immediately visible on the page. How can I configure debugging of a connected css file?

There is of course a perverted method - copy all styles from a css file and stuff it into the header, then everything works, but I would really like to not pervert.

  • Same question. > How can I configure debugging of a connected css file? - user31628
  • This is in fact not the answer to the question. If you have other questions, you can ask them by clicking the " Ask a Question " button. Additionally, you can add a reward to get more attention to the question when your reputation reaches a sufficient level. - BOPOH

0