File "_blockqoute.scss"

Full Path: /home/krishnamexports/public_html/panel/scss/_blockqoute.scss
File size: 123 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

// BlockQuote Mixins //
@mixin blockquote($color) {
  border-color: $color;
  .blockquote-footer {
    color: $color;
  }
}