Open markphd opened 10 years ago
I also noticed that the font style is ignored.
So to fix this, in application.css move the line *= require bootflat to the end before*/ This may not be the best practice but it worked. :)
application.css
*= require bootflat
*/
We need to check this again, and update README
I also noticed that the font style is ignored.
So to fix this, in
application.css
move the line*= require bootflat
to the end before*/
This may not be the best practice but it worked. :)