You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // CSS class which is attached to the html root element if the preview is loaded in the studio (via iframe)
- // can be used to apply special styling rules in this context
- $cm-studio-preview-class-name: "cm-studio-preview";
-
- //default variables
- $cm-preview-width: 400px !default;
|