Since Sass does not discriminate between `_` and `-`, there are issues with the mixins in Stipe that 'share' the same name with Compass mixins. Example, `@mixin border_radius` from stipe will clobber `@mixin border-radius` in compass.
Since Sass does not discriminate between
_and-, there are issues with the mixins in Stipe that 'share' the same name with Compass mixins.Example,
@mixin border_radiusfrom stipe will clobber@mixin border-radiusin compass.