I'm messing around with the CSS files for the first time and trying to test my understanding.
What's the best way to get the new styles to apply so I can test it?
I save all the relevant files, change something in the project, save the project, merge changes from the gateway, refresh the webpage, change the theme but sometimes it doesn't update.
For example, just to test an obvious change, I used this edit to the popup header:
you can directly add/edit css in the browser.
This is the fasted, (be sure to safe it on a separate file before refreshing the page)
in chrome press ctlr+shift+i
then check if you are on the elements tab, on the left, press the add style on the right, then press the inspctor.stylesheet.
this will open a sheet where you can copy paste from/to the perspective sheet after done testing.
also easy to find the correct classes with the inspector