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

fractions with double figures #18

Closed
compton01 opened this issue Mar 25, 2016 · 1 comment
Closed

fractions with double figures #18

compton01 opened this issue Mar 25, 2016 · 1 comment

Comments

@compton01
Copy link

i'm using a 12 column grid with fractions, when i use .10/12 or .11/12 the class name is not found,

this is how they are outputted

.\310/12 { width: 83.33333%; }

.\311/12 { width: 91.66667%; }

but they need to be like this

.\31\30/12 { width: 83.33333%; }

.\31\31/12 { width: 91.66667%; }

colourgarden added a commit that referenced this issue Mar 30, 2016
As pointed out in Github issues, multi-digit numerators weren’t being
escaped fully - only the first digit. Added a function to loop through
all digits in a numerator and escape.

#18
@colourgarden
Copy link
Owner

Hi @compton01. I've published a fix for this and it is included as part of the latest 1.1.0 release. Thanks for pointing it out and supporting Avalanche.

lucamamprin added a commit to lucamamprin/landslide that referenced this issue Jun 14, 2019
As pointed out in Github issues, multi-digit numerators weren’t being
escaped fully - only the first digit. Added a function to loop through
all digits in a numerator and escape.

colourgarden#18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants