What’s the fix to force the Cornerstone Editor to apply CSS from style.css?
Example:
- In Cornerstone I have a div with the class “imagebox”. This div contains only images.
- In style.css I have .imagebox img (max-width: 200px;}
- When viewing the page in browser this works exactly as it’s supposed to. When editing the page in Cornerstone, the max-width is not being applied to the images.
How can we force Cornerstone to render the style.css info? Note: I am never going to use the CSS editor built in to Cornerstone. The style.css doc is the proper way to do CSS, so please don’t suggest otherwise.