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.