sass
Rails 3.1 Images Broken in Stylesheets
I\'ve been running a small application that I originally wrote under Rails 3.1.0.rc4. Last night I began the transition to 3.1.0 final. Well I hit a frustrating snag in the asset pipeline. My js is fi[详细]
2023-04-03 07:35 分类:问答Is it possible to have Sass output a "DO NOT MODIFY" header?
Is it possible to have Sass output a \"DO NOT MODIFY\" message on the first line of each generated css file?[详细]
2023-04-03 02:32 分类:问答Visual Studio 2010: use command line in a macro and write the output from the cmd to the output pane
I\'m using a macro in Visual Studio 2010 to do some stuff with a .bat. The .bat generate some output text in the Command Line Console.[详细]
2023-04-02 08:47 分类:问答Many SCSS/SASS files to one CSS file?
Is it possible to make sass listen to a directory with man开发者_高级运维y sass files and generate one CSS file? I have found a way by including many sass files into one (style.scss):[详细]
2023-04-02 06:29 分类:问答Rails 3.0 - Turn Compass/SASS off in Production - Stylesheets 404
I am running on Compass on Rails 3.0 on Heroku and its pretty much working fine, but I occasionally have an issue where (some?) stylesheets aren\'t compiled as fast as the rest of the page so they are[详细]
2023-04-02 03:21 分类:问答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 分类:问答Require Formtastic styles in Rails 3.1
Formtastic help says to add next lines in application.css: # app/assets/stylesheets/application.css *= require formtastic[详细]
2023-03-30 15:36 分类:问答Migrating a rails app up to 3.1, having trouble getting sass to behave
I\'m migrating a pre-Rails-3.1 app up to 3.1 (actually, someone else did part of the work of attempting to migrate to 3.0; I\'d like to go ahead and get it up to 3.1 now).[详细]
2023-03-30 05:33 分类:问答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 分类:问答Rails 3.1: Is it possible to write a SASS function to determine image sizes?
There are a lot of times I find myself writing: background-image:url(somesweetpicture.png); background-repeat:no-repeat;[详细]
2023-03-29 07:32 分类:问答