i have a rails engine which is being consumed by an application. The engine and the application both are dependent on a mixin file so both of them does
@import 'mixins'
But on css compression these mixins will be included twice.
Is there anyway to avoid this duplication.