@charset "UTF-8";

/*
  This line has now ss-pika as default in order to get it loaded in Heroku.
  If you want to run in Heroku with font-awesome, you'll need to change this
  (e.g. by replacing the whole line with font-awesome.min import)
*/

<%= (APP_CONFIG.icon_pack == "font-awesome" ? "@import 'font-awesome.min';" : "@import '#{APP_CONFIG.ss_social_location}';\n@import '#{APP_CONFIG.ss_pika_location}';").html_safe %>
