Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- // 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;
|