FSFTN / Pension-Tracker

Rails application for Postal department
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Problems with application.css #6

Open aravindgd opened 9 years ago

aravindgd commented 9 years ago

Change the name of application.css.sass to application.css and remove the following lines


@import "bootstrap-sprockets"
@import "bootstrap"
@import "font-awesome-sprockets"
@import "font-awesome"

Create a new file called bootstrap_and_font_awesome_include.css.scss and add these lines to those files.

Mugunthangit commented 9 years ago

but the guide i followed said to do like this anna... and tell me what is the difference between them @aravindgd

aravindgd commented 9 years ago

Google for the difference da. The official guide is a bit misleading in this case unfortunately. You have added sass code into css which is wrong. Unlike javascript rails does not throw errors for css so you would have not got it. In any case change it da