Trouble with default values of Compass mixin border-radius -


i'm using compass 0.12.2 uses code border-radius mixin:

https://github.com/chriseppstein/compass/blob/stable/frameworks/compass/stylesheets/compass/css3/_border-radius.scss

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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -