Search code examples
susy-compassdivshot

Sass+Compass+Susy in Divshot


I'm looking for adequate tool to help with responsive design and, so far, Divshot looks as the best one.

Considering that I plan to use Sass+Compass with Susy grid, I wonder if it's possible to use it in Divshot?

As far as I can see, only {Bootstrap, Foundation, Ratchet} are supported, but I'm asking seeing the following quote:

Here at Divshot we’re huge fans of Sass, a powerful CSS3 preprocessor with attitude. To quickly build our new landing page I took advantage of some nifty mixins I collected from around the web in addition to the myriad of mixins available in Compass.

in this post?


Solution

  • At the moment Divshot supports Compass but not Susy. You can include Compass in your custom stylesheet like you normally would:

    @import "compass"
    

    Your CSS is sent over to Alloy, our web API for CSS preprocessors. You can take a look at the gems we're using here: https://github.com/divshot/alloy/blob/master/Gemfile. We'll consider adding Susy in the near future!