_babel.scss 136 B

12345678910
  1. ._babel {
  2. @extend %simple;
  3. ._note {
  4. h1, h2, h3, h4, h5, h6 {
  5. &:first-child {
  6. margin: 0.5em 0;
  7. }
  8. }
  9. }
  10. }