I created a file called mixins inside stylesheet folder in assets pipeline, so I can use the mixins inside this file from any another stylesheet, but It doesn’t work and I got error Undefined mixin 'mymixin'.
so any help how can I do this?
I created a file called mixins inside stylesheet folder in assets pipeline, so I
Share
Just import this file in your application css file like this
@import "mixins.ext";