Top "Bourbon" questions

Bourbon is a mixin library for Sass.

What does Gulp's includePaths do?

I am attempting to start using Bourbon and Neat Sass libraries in my project. I want to compile Sass with …

sass gulp bourbon neat
breakpoints using bourbon neat grid

I am trying to use neat for bourbon and I have got most things sorted out but I am hitting …

frameworks sass media-queries mixins bourbon
Compass vs Bourbon Frameworks

Im working on a rails 3.1 application. I want to have a framework/library that covers gradients, shadows etc. Compass has …

ruby-on-rails compass-sass css-frameworks bourbon
How to make a select image in form

I need a form with images selectables, I´ve serched in google and I try with select option but this …

html forms select bourbon neat
Bourbon/Neat: Reset margin and let nested divs span the whole width

I am new to Bourbon/Neat. I have a question concerning nesting: I want the red boxes fill the whole …

grid sass css-frameworks bourbon neat
Sass watch is detecting changes but not compiling to css

When I run sass --watch app.sass:app.css terminal shows that changes have been detected to sass but won't …

css sass mixins compass bourbon
Scss box-shadow is deprecated and will be removed - How to work around

I am trying to use the following include in my style.scss file: @include box-shadow(red 2px 2px 10px); However …

sass bourbon
How do I show the columns of the grid of Bourbon Neat?

In my CSS file apply the commands of Bourbon Neat and not show columns in html file, if show the …

css sass grid-layout bourbon neat
Vary outer-container size with Bourbon Neat

I'm learning to work with Bourbon Neat and I always worked with Bootstrap's grid system. I'm trying to recreate this …

bourbon neat
Undefined mixin with Bourbon and Neat gems

I am using bourbon and neat gems for create the design of a rails application. My application.css.scss contains …

ruby-on-rails sass assets bourbon neat