TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Managing Styles with Sass on Heroku

3 pointsby avandover 14 years ago

2 comments

Agamapapaover 14 years ago
Avand, your blog is really hard to read in Chrome, thanks to the shadow on all the regular text, which ends up appearing blurry. Firefox is actually significantly easier to read, though I'm still thinking you should drop the text shadow. Nice post otherwise, though!
manumeover 14 years ago
avand, one file in your code reads:<p>Dir.glob("#{Rails.root}/app/stylesheets/#{params[:package]}/<i></i>/<i>.css</i>") do |filename|<p>Don't you want to compile all SCSS files? Why '<i>.css</i>' then? Also, wouldn't you have to exclude partials (_foo.scss)?<p>I had to add ':load_paths =&#62; %w(. ./app/stylesheets)' to the sass_options to get the @imports working. Did it work for you without that?