sass
Heroku Crashes App on .sass File
My rails app runs fine on my local Ubuntu machine, but when I push it to heroku and access the website, the app crashes with the following errors.[详细]
2023-04-07 18:45 分类:问答Delete / remove an attribute from a mixin
The following .scss code: @mixin div-base { width: 100p开发者_如何学JAVAx; color: red; } #data { @include div-base;[详细]
2023-04-07 11:59 分类:问答Processing a file by two template handlers
I\'m using Rails 3.1 and I\'m trying to process a file with two template handlers. Well, I have registered a new template handler for .scss files. Noww开发者_如何学Goant to process files like this on[详细]
2023-04-07 11:58 分类:问答Sass excluding application.css file for a page
I just upgrade开发者_运维百科d my project from Rails 3.0.7 to 3.1.0 and I see that I can use SASS now.[详细]
2023-04-07 11:16 分类:问答Preprocess SCSS with HAML
I have an app that has some categories: Tomato, Orange, Banana. Each category has it\'s own color saved in the database: FF0000, FF6600, FFFF00.[详细]
2023-04-06 16:06 分类:问答Develop SASS locally, upload on change
I\'m a front-end developer transitioning from CSS to SASS. I\'ve got Ruby and Compass installed on my local machine, and Compass \"watch\" is working beautifully.[详细]
2023-04-06 08:39 分类:问答How to not crop the background when resizing the browser to smaller size?
You have for example: stackoverflow.com when you resize the width of your browser to smaller size you will see a large padding from the right, same for this webpage http://www.hyper.no/ (bottom page f[详细]
2023-04-06 03:47 分类:问答deploying Rails 3.1 namespaced assets to Heroku
I have a Rails 3.1 application running on Heroku Cedar and it has a custom built Admin panel. Admin is just a namespaced controller/view combination which live in controllers/admin and in views/admin.[详细]
2023-04-06 02:26 分类:问答pseudoclass :first-child not working
Am I doing something wrong? css/sass: #section article border-top: 1px solid black &:first-child border: none !important[详细]
2023-04-05 23:32 分类:问答Rails 3.1 asset pipeline referencing the wrong image
In my application.css.scss I reference an image like this: body { background: #7d9ec4 url(asset-path(\'background.png\', image)) no-repeat fixed bottom center;[详细]
2023-04-05 05:22 分类:问答