I have the following code in my .cs file.
EditorWysiwygModeCss =
"~/Styles/General.css,~/Styles/Editor.css";
PreviewModeCss = "~/Styles/General.css,~/Styles/Editor.css";
In Normal mode the CSS is effective. But in Preview mode it is not. Yet, the strings are identical.