So Justin, would I be correct in assuming that if your application.css.sass file includes these line:
.rounded
@include border-radius(8px)
then you’ll get an error indicating that border-radius is not a defined mixin?
Or will it silently fail?
Whenever a rails 3.1 or newer app just. won’t. update. your styles, the case is usually that you did an asset precompilation and never cleared those precompiled files, which are being served as static files from /public/assets. `rake assets:clean` and `rake tmp:clear` should fix that.
Alan
> --
> You received this message because you are subscribed to the Google Groups "Compass" group.
> To post to this group, send email to
compas...@googlegroups.com.
> To unsubscribe from this group, send email to
compass-user...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/compass-users?hl=en.
>