preview.scss 243 B

1234567891011121314151617181920
  1. @import '../scss/settings';
  2. @import '../scss/tools';
  3. body {
  4. font-size: 1rem;
  5. }
  6. // Fix compatibility issue with Wagtail styles.
  7. .sbdocs .tag,
  8. .sbdocs .tag::before,
  9. h1,
  10. h2,
  11. code,
  12. textarea {
  13. all: revert;
  14. }
  15. .icon {
  16. @include svg-icon();
  17. }