compass-sass
Rails 3.1 error 406 response when downloading web fonts
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)[详细]
2023-04-13 03:31 分类:问答Configuring Blueprint in Rails 3.1
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[详细]
2023-04-12 21:15 分类:问答Howto > 100% Width > Blueprint/960 2-column layout
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[详细]
2023-04-12 16:58 分类:问答How to expand CSS column to available space?
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[详细]
2023-04-11 22:19 分类:问答Pane not resizing after easing / transition
I have these HAML (A) and Sass (B) files ( using i. compass and ii. ceaser-easing-0.2 in the background ).[详细]
2023-04-11 13:30 分类:问答Why is Asset Pipeline trying to compress my CSS twice (or not compressing at all)?
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[详细]
2023-04-11 13:04 分类:问答Sass and rounding down numbers. Can this be configured?
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[详细]
2023-04-11 07:38 分类:问答How to "repeat-x" a sprite, generated by Compass
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:[详细]
2023-04-10 22:49 分类:问答Rails3.1 - How do I include css files in some views but not others?
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[详细]
2023-04-10 12:41 分类:问答Is it possible to style parents of a certain element type in SASS?
I want to do this: .classname { color: red a& { color: blue; } } and for it to compile to: .classname { color: red;[详细]
2023-04-09 05:58 分类:问答