No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- // 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;
|