forked from njx/brackets-livedev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Nested @imports don't work in firefox. As pointed out here
https://github.com/shahabl/brackets-livedev2/blob/feature/css/protocol/remote/MoreRemoteFunctions.js#L91-93
one way is to parse the CSS files when you open each as a live document and modify the url. To do this looks like we'll need to add files similar to HTMLSimpleDOM (and HTMLInstrumentation) to parse and modify the CSS. @dangoor, @njx please let me know if you have any suggestions on implementing this, or suggestion for other ways of getting firefox not to cache the css files.
Reactions are currently unavailable