metaskills / less-rails

:-1: :train: Less.js For Rails

Home Page:http://github.com/metaskills/less-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avoid @import being included twice - rails engine

v1nayv opened this issue · comments

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.