sass
Framework for CSS in Rails 3.1
Which framework do you use in Rails开发者_运维技巧 3.1? I basically want to have a standard set of mixins like gradient and rounded corner etc, but maybe there are other advantages of certain framewo[详细]
2023-04-10 03:57 分类:问答Bourbon - File to import not found or unreadable: bourbon
I recently upgraded to rails 3.1 and also installed the Bourbon gem in my rails 3.1 app. Added this to my gemfile: gem \'bourbon\' and ran $ bundle install but when in my application.css.scss I add th[详细]
2023-04-10 03:03 分类:问答SCSS Support in Aptana 3.0.4 Eclipse Plugin?
Is there a full scss support in the apatana eclipse plugin 3.0.4? The editor assigns the sass-edito开发者_StackOverflow社区r, but there seems to be no coloring available. source format also don\'t mak[详细]
2023-04-09 20:12 分类:问答CSS based framework like SCSS (Adaptive design)
I am designing a web app from scratch, which would be a fluid-based layout and the same HTML would render on different screens using the adaptive CSS.[详细]
2023-04-09 17:54 分类:问答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 分类:问答scss style sheets issue rails 3.1
my projects.css.scss file l开发者_StackOverflow中文版ooks like the bellow one, // Place all the styles related to the Projects controller here.[详细]
2023-04-08 23:50 分类:问答Autocompile SASS stylesheet when a partial stylesheet is changed
I\'ve just started working on a project using SASS on a windows machine. The main stylesheet (styles.scss) inports several partials (_typography.scss etc), and styles.scss i开发者_如何转开发s watched[详细]
2023-04-08 20:54 分类:问答using 'lighter' weight of a font
I\'m trying to use the \"Helvetica Light\" font, which comes bundled with Helvetica.To do this I read that I had to specify \"Helvetica Light\" AND font-开发者_开发技巧weight: lighter.I\'ve gotten thi[详细]
2023-04-08 14:52 分类:问答One-liner is SASS
In CSS I can do something like this: .apple{ background-image: url(\'apple.png\'); } .orange { background-image: url(\'orange.png\'); }[详细]
2023-04-08 07:37 分类:问答Syntax error in compiling .CSS file w/SASS 3.1.7 and previous versions
sass .CSS compilation fails on one machine, but works on the other. Using Sass gem version 3.1.7 on both w/Bundler.[详细]
2023-04-08 00:29 分类:问答