compass-sass
Padrino, compass and heroku's read-only file-system
I really like the way padrino \'just works\' with compass but I have a few questions as I\'m going to be using heroku (and their read-only file-system) for hosting[详细]
2023-01-10 06:50 分类:问答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[详细]
2023-01-09 17:33 分类:问答Is it possible to "watch" Haml files in Compass (stylesheet authoring tool)?
Currently, Compass is watching the .scss files inside the src folder and automatically updating the cs files. (by typing compass watch myproject).[详细]
2023-01-04 14:01 分类:问答Is there a PHP equivalent to Compass?
From my understanding, Compass only works with Ruby. Is there a PHP equivalent to Compass开发者_C百科?Compass actually works great for PHP projects. I\'ve used it on several CakePHP and Symfony projec[详细]
2023-01-03 13:53 分类:问答Using sass, how do you style "#div1 img, #div2 img { height: 80px }"?
开发者_C百科Using sass, how do you style #box1 img, #anotherbox img { height: 80px } ?Is using mixins the only way?One way is to list your selectors just as you have done in CSS: but that\'s not t[详细]
2023-01-03 09:22 分类:问答rails + compass: advantages vs using haml + blueprint directly
I\'ve got some experience using haml (+sass) on rails projects. I recently started using them with blueprintcss - the only thing I did was transform blueprint.css into a sass file, and started coding[详细]
2022-12-31 07:26 分类:问答What is the correct usage of blueprint-typography-body([$font-size])?
Recent convert to RoR and I\'ve been using Compass w/ Blueprint to dip into the proverbial pool. Compass has been fantastic, but I\'ve come across something strange within the Typography library.[详细]
2022-12-30 22:06 分类:问答How do I make Rack::Reloader re-load changes to haml files?
开发者_开发问答My jruby rack sinatra compass haml app correctly reloads changes to *.rb files, but does not detect changes to *.haml files.[详细]
2022-12-26 20:07 分类:问答Is it possible to set different SASS output style for development and production with Compass in rails?
Let say I would like to set nested style for development and compressed for production. There is only one option in Compass configuration file:[详细]
2022-12-21 20:46 分类:问答How do I output compressed CSS from Compass?
How do I configure compass to output smaller or compressed CSS files? I tried co开发者_运维问答mpass -s compressed but that didn\'t work.In your config.rb file:[详细]
2022-12-21 10:58 分类:问答