jedfoster / SassMeister

The Sass playground
http://sassmeister.com
198 stars 25 forks source link

Enable Breakpoint, Singularity, Toolkit for Libsass #136

Closed Snugug closed 9 years ago

Snugug commented 9 years ago

3.0.2 introduces maps and should mean that they won't blow up now. Might not be 100% compatible, but won't blow up. People are starting to file issues against them, so would like them to be able to show me.

All installable through Bower

jedfoster commented 9 years ago

Breakpoint will go out later tonight.

Do you have a Singularity example that compiles with LibSass? I keep getting Error: unordered_map::at: key not found with simply importing Singularity.

@import "breakpoint";
@import "singularitygs";

I ran into a syntax issue in Toolkit. I opened a PR with the fix

Snugug commented 9 years ago

Interesting with Singularity; it may not work yet as that's a little bit more complex. I'll update this once I've had a chance to dig in to Singularity's issue.

Thanks!

jedfoster commented 9 years ago

I added the wrong Breakpoint in December (someone else apparently has a Sass library with the name breakpoint on Bower). That has been fixed.

The issues with Singularity and Toolkit have also been resolved.

All three libs will go out with the next release sometime this weekend.