Igosuki / compass-mixins

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

Workaround, libsass does not correctly interpolate here. #28

Closed jamesearl closed 9 years ago

jamesearl commented 9 years ago

Had to make this change in order to compile with libsass correctly. Something with string interpolation here was causing the output CSS to not contain the interpolated value of $side, and instead just looked like

border-$side-style: /*etc*/

No hard feelings if you don't want to merge this one, it's not a bug in your sass sheets, this is just a workaround for current libsass users until the interpolation of libsass is brought up to parity.