1
0

_vue.scss 168 B

12345678910
  1. ._vue {
  2. @extend %simple;
  3. p.tip { @extend %note; }
  4. .custom-block {
  5. @extend %note;
  6. &.tip { @extend %note-green; }
  7. &.info { @extend %note-blue; }
  8. }
  9. }