From a0d9fbc4bcbd2f37e8d86d99c2e01753eecb14d7 Mon Sep 17 00:00:00 2001 From: Azul Date: Sat, 26 Mar 2016 18:02:20 +0100 Subject: upgrade bootstrap3 icons work now import bootstrap-sprockets; before importing bootstrap in the scss. bootstrap now uses glyphicons which are based on fonts. So we always should use a span. Not sure what to do with big and huge icons yet. --- app/assets/stylesheets/application.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index e6eeda2..856a559 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -9,6 +9,7 @@ // // import bootstrap. // +@import "bootstrap-sprockets"; @import "bootstrap"; // -- cgit v1.2.3