Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

6 wiersze
277 B

  1. // CSS class which is attached to the html root element if the preview is loaded in the studio (via iframe)
  2. // can be used to apply special styling rules in this context
  3. $cm-studio-preview-class-name: "cm-studio-preview";
  4. //default variables
  5. $cm-preview-width: 400px !default;