typeplate / typeplate.github.io

Official Website for Typeplate: “A Typographic Starter Kit.”
http://typeplate.com
Other
1.35k stars 109 forks source link

Development blockquote #105

Closed jhogue closed 11 years ago

jhogue commented 11 years ago

Ok, try this. This should be only the three files that need to change. Again... an original design author should review the blockquote visual styles as the suggested markup has changed.

grayghostvisuals commented 11 years ago

Thanks for the new updates! Being one of the original design authors I'll definitely make sure to review this ;)

Also to point out while I am merging this PR you're still pushing up 3 commits (75648d5, e011a82, b278f11) two of which are just your branches merging with the main development branch. In this case you should

or

Lastly I will have to adjust this line figcaption %cite as this does not work with Sass.

// The percentage sign is a placeholder in sass and not used as a descendant selector
figcaption %cite {
    @include cite-style;

    &:before {
        content: "\2014"; 
        margin-right: .5em; 
    }
}