Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

legacy-styles.scss 268B

123456
  1. @import "base.scss";
  2. // For legacy themes; does not wrap styles in .themename
  3. // Creates legacy-styles.css that can be imported into non-sass themes.
  4. // NOTE: can not be used in scenarios where multiple themes are used on the
  5. // same page (e.g portals).
  6. @include base;