compass-sass
Sencha touch theme: how to customize button icon?
I am trying to use sass/compass to customize the Sencha touch theme for my app. However, I couldn\'t find a way to properly set up the icons for buttons.[详细]
2023-04-01 01:23 分类:问答Permission denied for a css when deploying to heroku
I have a sample app that is using compass gem including blueprint. I just开发者_JAVA百科 deployed this app on heroku for the first time and I\'m seeing the following error in heroku logs[详细]
2023-03-31 02:39 分类:问答What can I use to replace Compass and create semantic markup in Rails 3.1?
Prior t开发者_JAVA百科o Rails 3.1 I used Compass to build clean semantic markup.Compass is not yet ready for Rails 3.1 and it somehow feels too heavy and a forced fit with the new asset pipeline.What[详细]
2023-03-30 07:17 分类:问答Using Sass, how to convert a percentage to a decimal?
Sass has a percentage() function to convert a unitless number to a percentage but I cannot find a function to do the reverse (percentage to decimal)[详细]
2023-03-30 01:06 分类:问答Adding !important using a Compass Mixin
If I\'m using compass for CSS and use a function or mixin like: @include background-image(linear-gradient(#a3cce0, #fff));[详细]
2023-03-28 23:01 分类:问答Drawing box shadow around table thead
As you can see in this fiddle, http://jsfiddle.net/S8Bne/64/, I am trying to draw a box shadow around the table(just the outside out it). The approach that I\'ve taken is to create a div with开发者_开[详细]
2023-03-28 08:21 分类:问答Compass: generate Sprites, plus width / height on each images in the sprite
I\'m using Compass (a CSS Framework) to generate sprite images. It work, but compass generate only a background-position for each image.[详细]
2023-03-28 03:24 分类:问答Compass version of CSS3 3D transform code
Is there a Compass equivalent for the follo开发者_开发知识库wing CSS3 3D transform code? -webkit-transform: rotate3d(0, 0, 0, -30deg);[详细]
2023-03-27 21:53 分类:问答Sass/Compass and Sprites: How do I pick random images for a page-specific sprite?
I am using sass/compass and want to take advantage of compass\'s sprite feature. The project I am on is in a long-standing application where the images are all scattered around in the images folder.[详细]
2023-03-26 21:40 分类:问答Why do I need to run my sinatra app again when making changes and my environment is not :development?
I just implemented Compass configuration for my Sinatra app but when I change the environment to :test or :production and modify my files like screen.sass or index.haml my changes are not reflected wh[详细]
2023-03-26 06:46 分类:问答