Where did blockquote-reverse go?
Created by: setjmp2013
Before opening an issue: Not sure if this is my own environment. Though the code:
<blockquote class="blockquote blockquote-reverse"> <p>This is my quote to make me famous</p> <footer class="blockquote-footer">By Laurence Svekis</footer> </blockquote>
Does not align right and move the long dash prior to the footer to the end of it.. I searched the bootstrap.css and it comes up with no occurance of .blockquote-reverse. The specific bootstrap is sources via npm, version 4.0.0 . Built via SASS into the used bootstrap.css however it also appears the dist in the bootstrap npm module also lacks the class.
OS Windows 8.1 Browser Google Chrome 64.0.3282.140 (Official Build) (64-bit) Browser Firefox Quantum 58.0.2 (64-bit)
I attempted class+="text-right" that does handle the alignment, however the leading dash remains leading on the footer rather than after the text.
With numerous google searches and on this github, found no similiar issues. I'm in the process of migrating from alpha to release for mainstream use and hopeful to find the changes that effect this, or simple extra CSS to re-implement it if the feature is gone. Thank you for any response.