You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most SCSS plugins are gems, but many of them are just wrapped that way and will actually work fine with Harp’s implementation of SCSS. I would like to confirm what will and won’t work, and hopefully get a jump on the documentation for it. @Apathetic012 asked:
Would it be possible to add support for compass plugins/configuration as well?
Yes, to a point. I’m running a version of Harp locally and using Compass, Susy and Stitch on my personal site and it works great.
I doubt anything will be built-in and Harp won’t support the proprietary features in these plugins, but the bulk of them are actually just SCSS. So, you should be able to drop them in, the same way you might for Bootstrap with LESS, or Nib with Stylus.
Here’s what should work fine upon SCSS getting added to Harp.
Compass Helpers, like generating sprites and the proprietary functions like image-width()
Susy, old version would work, but they switched to Sass 3.3. in the current beta
Stitch currently uses @extends, so it will work when libsass is updated
Anything else that is entirely proprietary functions, like modular-scale and SassyLists
Singularity and Breakpoint might work, but Team Sass seems committed to using bleeding edge Sass features, so it might not be worth porting it if that will change
The text was updated successfully, but these errors were encountered:
Thanks! I forgot to add that to the list. It was actually the first thing I tested, and it worked fine. I still need to check the Compass version, but if they are just using the mixins, I don’t see why that version wouldn’t work, too.
Most SCSS plugins are gems, but many of them are just wrapped that way and will actually work fine with Harp’s implementation of SCSS. I would like to confirm what will and won’t work, and hopefully get a jump on the documentation for it. @Apathetic012 asked:
Yes, to a point. I’m running a version of Harp locally and using Compass, Susy and Stitch on my personal site and it works great.
I doubt anything will be built-in and Harp won’t support the proprietary features in these plugins, but the bulk of them are actually just SCSS. So, you should be able to drop them in, the same way you might for Bootstrap with LESS, or Nib with Stylus.
Here’s what should work fine upon SCSS getting added to Harp.
Supported
@extends
fall back)Unsupported
image-width()
@extends
, so it will work when libsass is updatedThe text was updated successfully, but these errors were encountered: