I created a Block List with custom Block List Editor for one of the blocks (Live editing mode enabled). I have a custom css for the editor. Everything works fine on my local environment, but when installed to a azure server the styles are not applied. I can see the css file being fetched in the Network tab in developer tools when I edit the page, but the html is rendered unstyled.
I just realised that my css was written based on the assumption that the class "ng-scope" was being applied to the block element. But that class is not there on my azure server. I can of course just write the css so that it works both with and without ng-scope but I'm curious to why there is a difference.
Block List Editor style not being applied
I created a Block List with custom Block List Editor for one of the blocks (Live editing mode enabled). I have a custom css for the editor. Everything works fine on my local environment, but when installed to a azure server the styles are not applied. I can see the css file being fetched in the Network tab in developer tools when I edit the page, but the html is rendered unstyled.
Any ideas whats wrong?
I just realised that my css was written based on the assumption that the class "ng-scope" was being applied to the block element. But that class is not there on my azure server. I can of course just write the css so that it works both with and without ng-scope but I'm curious to why there is a difference.
is working on a reply...