Bourbon, the simple and lightweight mixin library for Sass also implements a prefixer() mixin. When importing this library after Bourbon, many things break. As a quick fix I can just import this library before Bourbon, but in the long run it would be best to avoid this naming collision.
Bourbon, the simple and lightweight mixin library for Sass also implements a
prefixer()
mixin. When importing this library after Bourbon, many things break. As a quick fix I can just import this library before Bourbon, but in the long run it would be best to avoid this naming collision.