File "_blockqoute-20241115092348.scss"
Full Path: /home/krishnamexports/public_html/panel/scss/mixins/_blockqoute-20241115092348.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;
}
}