brackets-sass icon indicating copy to clipboard operation
brackets-sass copied to clipboard

Latest update breaks compass-mixins

Open derwaldgeist opened this issue 10 years ago • 2 comments
trafficstars

I'm using the compass mixins for libsass https://github.com/Igosuki/compass-mixins since I cannot get compass working with Brackets Sass on MacOS due to a timout bug.

Since the last update, these compass mixins are not working anymore, since the compact() will not resolve anymore. This should be related to this issue: https://github.com/Igosuki/compass-mixins/issues/34

Not really a bug in Brackets Sass, but I would like to make you aware of this side-effect. I'll try to implement the workaround mentioned in the issue above, but I would love to have a working Ruby compass on MacOS instead, i.e. a fix for issue #135.

derwaldgeist avatar Jul 10 '15 12:07 derwaldgeist

@derwaldgeist can you please try today's update 2.0.3 and let me know if you still have errors?

jasonsanjose avatar Jul 10 '15 18:07 jasonsanjose

HI Jason,

first of all: thanks for your quick reply.

Tested the new version, here are the results:

  • Issue #140: Still there, compact() is rendered in plain text to css file
  • Issue #135: The timout still occurs if I select ruby as the compiler on MacOS.

So unfortunately, both bugs are still there. But nevertheless, thanks for caring.

Update: #123 is fixed now, I don't get the @at-root errors in Bootstrap anymore. Yay, at least this annoying problem is gone and I can remove my workaround :-)

derwaldgeist avatar Jul 10 '15 20:07 derwaldgeist