I am currently using the compass framework and all it\'s helpful CSS3 mixins. I would like to use the border-radius(5px) mixin and have all properties that come
border-radius(5px)
The answer is almost too obvious...
!important can simply be specified as part of the property value
!important
border-radius(5px !important);