-
Notifications
You must be signed in to change notification settings - Fork 60
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
Sass rendering size units with space before them #29
Comments
@rhumbus
|
Thanks for the checkup. I saw that you opened an issue with libsass. So just in case it helps, I use:
Just to say, I love Typeplate. It has become the only css framework I ever start a project with - it doesn't dictate design patterns, yet brings the subliminal magic needed for harmony. |
Has there been any resolution to this? I'm having the same issue. |
Do you have a SassMeister reproducing the issue? |
Anyone know if there is any progress on this one? Trying to write a for loop and the seconds are separated from the integers |
As soon as I wrote that, I found the answer, posting here for others: #{$i+1}s |
I'm just gonna change this to the line Sarah wrote above and be done with it. Re-opening the issue as a reminder. |
Advice on here was helpful to me also. I had a function like this, which previously worked; |
Sass (scss here) is adding a space between calculated values and units, which makes them dismissed by the browser.
For instance, the Type-scale mixin:
Compiles to (notice the units are separated from their values):
The text was updated successfully, but these errors were encountered: