Trouble with default values of Compass mixin border-radius -
i'm using compass 0.12.2 uses code border-radius mixin:
as easy see, default value argument $radius set variable $default-border-radius defined @ top of file.
then why this
@include border-radius; // or @include border-radius(); throw error mixin border-radius missing argument $radius ?
shouldn't use default value?
in case caused bootstrap-sass defining own border-radius mixin, overriding compass one.
Comments
Post a Comment