Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- // 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;
|