-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error compiling assets #48
Comments
Does this have anything to do with PolymerElements/paper-drawer-panel#74 ? |
I am getting the same issue, it seems that Sass doesn't like that @apply statement. |
So Polymer isn't compatible with Sass at all at the moment? |
Yeah, |
Solution? Why are the css files run through sass at all? |
Any progress on this at all? |
@Vortex because rails minifies your css for production and for this purpose uses sass - |
@npezza93 If sass maintainers would decide to support experimental syntax from polymer team.. |
Okey.. So I created a new rails app and installed everything in order from scratch. It worked! I have no idea, but Sass doesn't seem complain about the @apply anymore. |
@nonameolsson can you post your gem versions?
|
I am using paper elements installed through bower in vendor/assets/components. I've overriden paper-styles by cloning the repo as app/assets/components/paper-styles.
Everything works fine in development but the assets wont compile in production.
Apparently sass is processing the files.
The text was updated successfully, but these errors were encountered: