sass
Import regular CSS file in SCSS file?
Is there anyw开发者_开发技巧ay to import a regular CSS file with Sass\'s @import command? While I\'m not using all of the SCSS syntax from sass, I do still enjoy it\'s combining/compressing features,[详细]
2023-03-29 05:58 分类:问答Rails 3.1 asset pipeline doesn't pick up changes to @import'd sheets
I use @import\'d partial sheets to organize my css/sass: /app /assets /stylesheets _constants.sass _layout.sass[详细]
2023-03-28 07:24 分类:问答Rails using cached application.css despite changes
I have a Rails 3.1 application that uses SASS. The application.css.scss file looks like: @import \'reset.css\';[详细]
2023-03-28 05:55 分类:问答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 分类:问答Enforcing one-to-one matching of sass and css files
I\'m using Jammit to package assets and Sass to generate stylesheets in a Rails 3 app.There are around 35 stylesheets for different site components and all are individually listed in our Jammit config[详细]
2023-03-28 00:04 分类:问答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 分类:问答Defining variable overrides in SASS / SCSS
I\'ve used sass before and have a question relating to it for functionality I think may or should exist within sass.[详细]
2023-03-26 17:38 分类:问答Trying to execute SASS from PHP via exec() function
I have a site with color setti开发者_如何转开发ngs in the admin. You change your colors, it saves a .scss file and runs exec(\'sass file.scss file.css\'). Works fine locally (on MAMP), but fails on se[详细]
2023-03-26 12:34 分类:问答How do I render obfuscated / minified / optimized HTML/CSS in Rails 3?
I\'m using Rails 3 with HAML and SASS and I\'d like to achieve the following goals: Obfuscate HTML and CSS output to make it a chore for a casual observer to reverse-engineer[详细]
2023-03-26 12:00 分类:问答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 分类:问答