Top "Blueprint-css" questions

Blueprint is a CSS framework, which aims to cut down on your development time.

Sass import error in Rails 3 app - "File to import not found or unreadable: compass"

I have a Rails 3 app on which I successfully ran compass init rails ./ --using blueprint. I can @import files from …

ruby-on-rails ruby-on-rails-3 sass compass-sass blueprint-css
What's the point of gutters in CSS grid frameworks?

I'm diving into web development and I'm playing with the Blueprint CSS framework, which includes a grid system, and I …

css grid blueprint-css
How does one load a CSS framework in Rails 3.1?

I am trying to load a CSS framework, Blueprint, onto my Rails 3.1 application. In Rails 3.0+, I would have something like …

ruby-on-rails-3 blueprint-css asset-pipeline
Sass Mixin Error for IE specific filters like -ms-filter

I'm trying to make a button mixin like this: =default_button(!lighter, !darker) :border= 1px !lighter solid :background-color #e3e3…

css sass compass-sass blueprint-css
how to apply conditional stylesheet $this->headLink()->appendStylesheet('css/css.css') with zend-framework

can anyone help me with what to do for css for IE (for blueprint css) I have done <?php $…

zend-framework blueprint-css
HTML5 Boilerplate with blueprint css

I'm thinking of combining these two technologies for a new project. Is this bad idea? Are there any recommended alternative …

css html blueprint-css html5boilerplate
How do I align text/images on bottom/right/center/middle of a container using the blueprint css framework?

Is there some easy way to align stuff in div containers to the right or bottom: <div class="span-24 …

vertical-alignment blueprint-css alignment
In Firefox, when printing a page with anchor tags, the link location is printing after the text

For example, <a href="../somepage/page.aspx?qs=asdf">Text Here</a> will print out as... …

firefox printing anchor href blueprint-css
How to create a table WITHOUT alternating row colors when using Blueprint CSS framework?

The Blueprint CSS framework makes all table rows of alternating colors by default. How to disable this behaviour for one …

css colors row css-tables blueprint-css