Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Add flexbox support #30

Closed wyattanderson closed 9 years ago

wyattanderson commented 9 years ago

Inspired by #15.

I have no idea if it's suitable for merging though because I needed to bump the node-sass dependency to 2.0.0-beta and I'm unaware of whether or not that's in line with this project's goals. Happy to steer this in another direction.

Igosuki commented 9 years ago

I'd love to get everything moving forward to sass's latest version (libsass 3.2, node-sass 3.0), as it's clear that this is intended for getting rid of the ruby compiler for libsass but I first have to check for retro-compat and what kind of compatibility people are expecting from compass's ruby version.

As for node-sass 2.0 it pulls libsass 3.1 as a submodule so using an even further version would practically be the same.

Igosuki commented 9 years ago

Seems like flexbox support came in with the latest files from compass, compass was also updated to compile on sass 3.4, so I'm guessing it's safe to upgrade to node-sass' latest version,

Igosuki commented 9 years ago

Flexbox support was included in the latest compass (see branch compass_latest), I'm also compiling it with node-sass 3. It's pretty much exactly what you just included, nonetheless I'll included this in master in the meantime