Questions tagged [susy-sass]

Susy is a layout toolkit for the Sass CSS pre-processor. Susy is built to be flexible, so that you can customize it to fit your markup and your design, in a responsive and semantic way.

Susy is a layout toolkit for the Sass CSS pre-processor. Susy is built to be flexible, so that you can customize it to fit your markup and your design, in a responsive and semantic way. See more at http://susy.oddbird.net

148 questions
0
votes
2 answers

susy 2 gallery mixin is incompatible with IE8. Workaround?

So, the super-helpful 'gallery' mixin in susy2 uses the nth-child selector, which doesn't work in IE8. So what's a good workaround? I was thinking of extending the gallery mixin and adding ie8-specific styles. Is that possible with susy? Here's my…
jody
  • 56
  • 3
0
votes
1 answer

fixed-width inside gutters using Susy-Sass

I am new to Susy and really like what I am seeing but I tried to set gutters to inside fixed and it doesn't seem to like it. I really like my gutters to match my vertical margins. Someone please point me to the settings to get this…
Scott Romack
  • 687
  • 5
  • 12
0
votes
1 answer

Susy2: how do I get or set my margins

I have a gist here: http://sassmeister.com/gist/09f8182351b9cba3af21 What am I doing wrong or not doing - I'd imagine if I used the span mixin that the margins would be calculated as well, but they're all 0 on the li items. What am I missing here?
erwinheiser
  • 729
  • 5
  • 11
0
votes
1 answer

Create square divs using susy-grid

Is it possible to have @include span(3 of 12) return in pixels instead of a %? I'm trying to create square elements, and I want the height of this element to be equal to its width. .myElement { width: span(3 of 12) height: span(3 of 12) } Of…
Don P
  • 60,113
  • 114
  • 300
  • 432
0
votes
1 answer

Define global grid context in Susy 2

In susy one it were pretty easy to define scopes where a element changed width depending on a global variable. I'm trying to learn Susy 2 but can not really get the point how it works with breakpoint integration. I have made some psudocode here to…
user1885523
  • 167
  • 11
0
votes
0 answers

Can't find a licence definition for susy

I want to use susy for a project for a big company. They want to know under which licence susy is. Can you provide me with some information? I was not able to find an answer to that question, neither by checking the github repo nor by looking at the…
Marc Dix
  • 39
  • 3
0
votes
2 answers

How to add susy to thorax without using compass?

I've started using Thorax, and I have used the thorax generator with yeoman for setting up a webapp: $ npm install -g yo generator-thorax $ yo thorax desired-application $ cd desired-application $ grunt I've selected SASS as css preprocessor, and…
am_
  • 2,378
  • 1
  • 21
  • 28
0
votes
2 answers

Codekit 2.0.5 Not Recognizing Compass

I have been pulling what hair I have left out. I just downloaded Codekit this week and want to redesign my own site using Compass/SASS/Susy. I have tried several ways to get it to work, the preference in Codekit to point at the executable path. I am…
TrueRed72
  • 21
  • 1
  • 2
0
votes
1 answer

Not understanding how Susy calculates widths

I'm not understanding how Susy calculates widths for it's grids. I have a 9 column grid which is nested inside a 12 grid column and the widths aren't calculated as I would expect them to be. Here are my settings: $susy: ( columns: 12, …
Michael Turnwall
  • 649
  • 7
  • 21
0
votes
1 answer

Serve forced desktop view to IE8 with Susy2

sorry if missed in the docs but can Susy2 be used for IE8 users with respond.js or other techniques, ie to force a desktop view only, thanks!
0
votes
1 answer

How to make some divs more responsive than others for different aspect ratios using susy 2

Since it's a bit difficult to explain, I did a mockup to get across as much as possible visually: http://sassmeister.com/gist/70624a740b1ca4ae7764 (If there's a better way to share a sass gist, let me know. First time using it) Basically, this is…
gregorio
  • 43
  • 7
0
votes
1 answer

Using variables with susy-breakpoint in susy 2

I have recently upgraded to Susy2 and having to rework my base templates with new susy-breakpoints instead of at-breakpoint. With the new susy-breakpoint I need to define a breakpoint and a layout for the short hand like so "60em, 12" and I have…
user2852784
  • 101
  • 1
  • 4
0
votes
2 answers

Media queries missing the screen using Breakpoint Sass

I'm using Susy 2 with breakpoint-sass to create my media queries. It's outputting like: @media (min-width: 1000px) I'm wondering why the screen is missing? It should read: @media screen (min-width: 1000px) I'm trying to add css3-mediaqueries-js…
sarah3585
  • 637
  • 13
  • 37
0
votes
1 answer

Susy Install Terminal

I install Susy 1.0.9., also the current version. I´d like to run a new project by susy version 1.0.9. So I run via Terminal: compass create susy_test -r susy -u susy Thanks for your help. Ogni Terminal og:~ Ogni$ compass create susy_test -r susy -u…
ogni
  • 327
  • 7
  • 17
0
votes
1 answer

Prepros - Conflict version sass when using custom Ruby path

I try to follow this instruction, and after all is done, I am gettin this error when using prepros to compile the scss file. Gem::LoadError on line ["1638"] of C: Unable to activate susy-2.1.1, because sass-3.2.19 conflicts with sass (~> 3.3.0) Run…
Jimmy
  • 1
  • 1
  • 3
1 2 3
9
10