preview.scss 265 B

1234567891011121314
  1. @import '../scss/settings';
  2. @import '../scss/tools';
  3. // Fix compatibility issue with Wagtail’s headings.
  4. h1,
  5. h2 {
  6. text-transform: initial;
  7. }
  8. // Fix compatibility issue with Wagtail’s tag implementation.
  9. .sbdocs .tag,
  10. .sbdocs .tag::before {
  11. all: revert;
  12. }