Pregunta

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?

¿Fue útil?

Solución

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!

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top