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

Does not like % in conjunction with text-transform: lowercase #218

Closed
djmtype opened this issue May 30, 2014 · 2 comments
Closed

Does not like % in conjunction with text-transform: lowercase #218

djmtype opened this issue May 30, 2014 · 2 comments

Comments

@djmtype
Copy link

djmtype commented May 30, 2014

Some odd reason, using this does not work with scss:

%lowercase { 
text-transform: lowercase;
}

.myclass {
@extend %lowercase;
}

Yet if I was to declare text-transform: uppercase, uppercase works.

@robin850
Copy link
Member

@djmtype : Which version of sass-rails and Sass are you using please ? I'm not able to reproduce on a fresh 4.1.1 application with sass-rails 4.0.3 nor with vanilla Sass 3.3.6 (through sass --scss foo.scss).

@djmtype
Copy link
Author

djmtype commented May 31, 2014

Oh, I'm using Sass-Rails 4.0.0 (along side Rails 4.0.0). I'll update Sass-Rails gem and see if the problem persists.

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

3 participants