Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination contain weird characters (» and «) #8374

Closed
ve3 opened this issue Mar 9, 2016 · 4 comments
Closed

Pagination contain weird characters (» and «) #8374

ve3 opened this issue Mar 9, 2016 · 4 comments

Comments

@ve3
Copy link

ve3 commented Mar 9, 2016

I was download Foundation from download page Complete section.
Look into the file foundation.min.css
These classes.

.pagination-previous.disabled::before, .pagination-previous a::before{
    content: "«";
}
.pagination-next.disabled::after, .pagination-next a::after{
    content: "»";
}

It contain some weird characters which is not exists in foundation.css (non-minified). Are your minifier have some problem or something?

@rafibomb
Copy link
Member

That is weird! It could be the minification because the Sass looks right: https://github.com/zurb/foundation-sites/blob/develop/scss/components/_pagination.scss#L147

@ve3
Copy link
Author

ve3 commented Mar 10, 2016

@rafibomb It is not just this issue. #8242

"Complete" and "Custom" download section are broken!

@gakimball
Copy link
Contributor

This might be fixed by 0008fde, but the customizer has a known issue where it's pulling an older build of the framework. We're working on a solution to the customizer over here: #8400

@Owlbertz
Copy link
Contributor

@ve3 Any changes that this got fixed in the mean time?

@ve3 ve3 closed this as completed Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants