Skip to content

feat(markdown): provide default blockquote css #42

@mesqueeb

Description

@mesqueeb
blockquote
    position: relative
    margin-left: 0
    +py($md)
    +px($xl)
    &:before,&:after
      position: absolute
      top: 0
    &:after
      content: ''
      left: 0.3em
      font-size: 2em
      line-height: 1.4em
    &:before
      content: ''
      left: 0
      width: 0.4em
      height: 100%
      background: currentColor
      opacity: 0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions