I\'m having problems serving web fonts through Rails 3.1, within a Spree 0.70 application using compass (which I don\'t think should make a difference)
I am new to web development using rails.I was wondering what the steps are to adding blueprint to my application are.I have looked for a tutorial but the once I have found seem to assume some prior kn
I\'m new to Blueprint and 960 in Compass. I\'ve gotten a basic 2 column example working with Blueprint. But I want to expand the width so the left & right panels take the entire screen (a la gma
There is a way to do it using absolute positioning. I have a two-column layout. The left column is a fixed 200px width plus 30px left margin. The right column contains the content and should expand t
I have these HAML (A) and Sass (B) files ( using i. compass and ii. ceaser-easing-0.2 in the background ).
After upgrading our Compass-powered app to Rails 3.1.1.rc1 and Asset Pipeline, I\'ve started getting \"regexp buffer overflow\" error when trying to precompile stylesheets locally. I\'ve discovered th
Is there any way for me to modify the way that Sass will handle decimal places? I saw a few people saying that Sass will dynamically do the (target/parent)*100 calculation needed for responsive layout
I have a gradient directory in my assets/images in a Rails 3.1 application. Here\'s the code I use to create a sprite from those images using Compass:
It seems that, in rails 3.1, all of the css.scss files get merged into 1 file.What do I do if I want a css file to only be included in som开发者_如何学JAVAe views?Like if I want admin.css.scss include
I want to do this: .classname { color: red a& { color: blue; } } and for it to compile to: .classname { color: red;