jlew715 / tc359_rails_final

0 stars 0 forks source link

"Use and organize SCSS in Rails" - skill complete #3

Open jlew715 opened 9 years ago

jlew715 commented 9 years ago

SCSS skill complete

@chrisvfritz

chrisvfritz commented 9 years ago

This is looking really good, except I'm seeing an application.css as well as an application.scss. I'm guessing you probably don't have application.css locally and just need to git add -A . and commit to stage the deletion of that file. Let me know if that makes sense.

jlew715 commented 9 years ago

done

On Apr 7, 2015, at 2:45 PM, Chris Fritz notifications@github.com wrote:

This is looking really good, except I'm seeing an application.css as well as an application.scss. I'm guessing you probably don't have application.css locally and just need to git add -A . and commit to stage the deletion of that file. Let me know if that makes sense.

— Reply to this email directly or view it on GitHub https://github.com/jlew715/tc359_rails_final/issues/3#issuecomment-90695016.

chrisvfritz commented 9 years ago

One other thing is that you don't have to begin your SCSS partials with an underscore if you don't want to in Rails. It will work either way. This isn't something you have to fix though - just wanted you to know, in case you didn't, so that you can apply your stylistic preference.

chrisvfritz commented 9 years ago

:+1: Fantastic!