Questions tagged [susy-compass]

Responsive & semantic layout tools for Sass.

Responsive & semantic layout tools for Sass.

For more information, check out the website: http://susy.oddbird.net/

337 questions
0
votes
1 answer

Example of using with-grid-settings with breakpoints

I'm trying to figure out how to use a different grid setting based on a breakpoint but can't get it to work. Here's my code. I'm using the respond-to mixin for media queries. $breakpoints: 'screenSmall' 480px 768px, 'screenMedium'…
drejohnson
  • 69
  • 2
  • 9
-1
votes
3 answers

Susy not working with Compass and Sass

I'm getting a Gem:ConflictError when trying to run Susy. I noticed that Compass depends on sass 3.2.19 But the latest Susy depends on Sass (< 3.5, >= 3.3.0). I'm a nubie at this so what can I do to fix this? Thanks!
user3376065
  • 1,137
  • 1
  • 13
  • 31
-1
votes
1 answer

Undefined mixin susy-grid-background in susy 2

I'm trying to get Susy 2 to work on my computer. I have tried several ways of installing but none of them seem to completely work. First attempt: Installed compass, susy and sass manually through a gem install compass etc. I then created a project…
Dorien
  • 13
  • 4
-1
votes
1 answer

How to use compass breakpoint with susy?

i'm new on using compas / susy and i'm building my grid with the mobile first approach. after lot of reads, i don't understand how to use compass breakpoints ($mobile,$tablet,$desktop) with susy. Actually i need to set my $container width: …
webmaster pf
  • 389
  • 1
  • 5
  • 23
-1
votes
1 answer

resizing text responsively with Susy

I'm just getting started with Susy and I'm running into a few problems, and I can't seem to find a decent answer after a few hours of Googling. From what I know, Susy uses ems to configure the columns. My problem comes in when I want to resize my…
Zell Liew
  • 162
  • 9
-1
votes
1 answer

How to layout 1 row on left and 2 rows on right, in same vertical space, with Susy?

How can you implement the following layouts in Susy? _________________________________ | | Rt. Top | | Left |________________| | | Rt. Bottom | |______________|________________| and its…
Mark
  • 597
  • 5
  • 8
-2
votes
1 answer

SUSY two colum layout with facing gutters to allow wide spread to work

I have a layout that I want to achieve but its stumping me. I want to use the 'wide' spread to achieve a visual 'overhang' (Red block in image below). To get this working, the two columns (Grey in image below) need to have gutters (light grey in…
isibbot
  • 7
  • 2
1 2 3
22
23