您最多选择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;