You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;