Created
April 30, 2015 18:02
-
-
Save DanCoughlin/f97d719bb40855366e98 to your computer and use it in GitHub Desktop.
application.css.sass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This is a manifest file that'll be compiled into application.css, which will include all the files | |
* listed below. | |
* | |
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | |
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. | |
* | |
* You're free to add application-wide styles to this file and they'll appear at the bottom of the | |
* compiled file so the styles you add here take precedence over styles defined in any styles | |
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new | |
* file per style scope. | |
* | |
*= require_self | |
*= require_tree . | |
*= require custom | |
*/ | |
@import "bootstrap-sprockets" | |
@import "bootstrap" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment