wingrunr21 / flat-ui-sass

Designmodo's Flat-UI ported to SASS with support for Flat-UI Pro
MIT License
156 stars 44 forks source link

Remove duplicated mixins #8

Open wingrunr21 opened 10 years ago

wingrunr21 commented 10 years ago

Flat-UI duplicates several mixins from core bootstrap. Since bootstrap-sass is already bringing these mixins in, we should try and remove said mixins.

wingrunr21 commented 10 years ago

It would be better if this happened at the Flat-UI level. Converting their mixins to be modular (designmodo/Flat-UI-Pro-Support#425) will solve this issue.

The associated commit in bootstrap-sass for this support is 096702e

wingrunr21 commented 10 years ago

v1.2.6 of Flat-UI Pro has the mixins converted to be modular. As Flat-UI Pro is still vendoring the bootstrap mixins as well as their custom ones, we are still going to need to extract the bootstrap mixins. We should be able to do this by diffing the mixins directory within bootstrap-sass.