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
1 answer

susy: reverse flow direction mid-row

I'm building an asymmetrical grid layout with Susy 2.0.0 where grid items sometimes need to float left or right to allow a running text to continue uninterrupted. For example, I may want to align a video to the left, right, or center of a paragraph…
0
votes
1 answer

Susy grid with zero margin

I have a Susy 2 grid with zero gutters (gutters: 0px/150px). Using pull in layout throws error on compile: (Line 54 of _margins.scss: Invalid null operation: "-1050px plus null".) How do I define zero gutters in Susy so I can use pull without…
terotik
  • 1
  • 1
0
votes
1 answer

Susy One IE Fallbacks - do widths still get compiled as percentages for IE8 and below?

I'm using Sass, Compass, and Susy 1 on a mobile first responsive web app. I need to provide IE6+ support alongside this. I know that Susy One is supposed to work with IE6+ using Compass browser support variables. I've set up two stylesheets…
samkitson
  • 184
  • 9
0
votes
1 answer

Problems Updating Susy Gem

I'm a complete newbie when it comes to working with gems so pardon me if my understanding in the subject is off. I already installed Susy 1.0.9 and was hoping to update it to Susy 2.0. I tried gem install susy --pre and it successfully installed…
AJ Naidas
  • 1,424
  • 7
  • 25
  • 47
0
votes
2 answers

::after vs :after pseudo element in SUSY 2.0

In SUSY v1.x, writing: .content { @include container; } compiled as .content { max-width: 100%; margin-left: auto; margin-right: auto; } .content:after { content: " "; display: block; clear: both; } now, in SUSY 2.0 it compiles as…
0
votes
1 answer

Unable to activate susy-2.1.1, because sass-3.2.14 conflicts with sass (~> 3.3.0)

A little confusing this message I find. Windows 7 using I am. Running "compass:dev" (compass) task Gem::LoadError on line ["2064"] of C: Unable to activate susy-2.1.1, because sass-3.2.14 conflicts with sass (~> 3.3.0) Run with --trace to see the…
Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
0
votes
1 answer

Guidance using Susy One Breakpoint Output

I am using odbird's susy framework and have set my large desktop media query to have a class which is writing out the larges breakpoint with the class "lt-ie9" prepended as I am using H5BP. The problem I have been having is setting the Breakpoint…
user2852784
  • 101
  • 1
  • 4
0
votes
1 answer

How Do I Use Susy 2 $map?

I have been fairly comfortable with Susy and decided to install susy 2.0.0.rc.1 and sass 3.3.0.rc.4. When I tried to set up $map, exactly as per the Settings documentation, in my _base.scss, liveReload gave me error message after error message with…
prasutagus
  • 1,383
  • 10
  • 9
-1
votes
1 answer

Fixed width sidebar and fluid width main content area with susy

I have a pretty simple two column layout where the left column is for main content and the right column is a sidebar, which contains some 300x250px ads. My issue is that I want the sidebar to always be the same width so that it won't cut off my ads…
-1
votes
1 answer

Using Susy SASS-framework w/ multiple partial files

I'm using the Susy SASS-library. I'm compiling one main SASS-file that @imports various partial SASS-files. Inside the partials I use Susy-mixins. Do I need to @import "Susy" for every single partial SASS-file? What's the smart way to do this?
-1
votes
1 answer

Div go to a new line in susy grid sytem instead being in one single line

I want to make a 12 columns page with susy which contain 3 equally spaced centred divs but when I do this HTML :
SASS :…
Abddoo
  • 63
  • 7
-1
votes
2 answers

Any way to keep Susy from changing font-size automatically?

I have been using Susy for the first time and like how simple it is, but it bothers me that it resizes font-sizes for me automatically. I would rather go through and adjust the layout with media queries, so Susy's font-size changes are a little…
rdotrose
  • 11
  • 2
-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 2 3
9
10