Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- // 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;
|