Sha256: 48fe06986d3b1abf76c1f3fc5e6e2e35e3c1cca6327ddbd0cd8815f20105c761

Contents?: true

Size: 1.71 KB

Versions: 5

Compression:

Stored size: 1.71 KB

Contents

////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
//     ___              _ _           _   _               //
//    / _ \            | (_)         | | (_)              //
//   / /_\ \_ __  _ __ | |_  ___ __ _| |_ _  ___  _ __    //
//   |  _  | '_ \| '_ \| | |/ __/ _` | __| |/ _ \| '_ \   //
//   | | | | |_) | |_) | | | (_| (_| | |_| | (_) | | | |  //
//   \_| |_/ .__/| .__/|_|_|\___\__,_|\__|_|\___/|_| |_|  //
//         | |   | |                                      //
//         |_|   |_|                                      //
//                                                        //
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////

// Icons
<%
  gem_name = 'font-awesome-rails'
  gdep = Gem::Dependency.new(gem_name)
%>

////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////

// Defaults
<%= FL::AssetHelper.sass File.join(File.dirname(__FILE__), "_defaults.yml"), true %>

////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////

// Main
@import variables
@import functions

// Libraries
@import animate-css
@import <%= gdep.matching_specs.max_by(&:version) ? "font-awesome" : "ionicons" %>

////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////

// Styling
@import styles/**/*
@import <%= File.join Rails.root, "app", "assets", "stylesheets", "styles", "**", "*" %>

////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fl-0.3.4 app/assets/stylesheets/application.sass.erb
fl-0.3.3 app/assets/stylesheets/application.sass.erb
fl-0.3.2 app/assets/stylesheets/application.sass.erb
fl-0.3.1 app/assets/stylesheets/application.sass.erb
fl-0.3.0 app/assets/stylesheets/application.sass.erb