Last active
July 17, 2016 15:55
-
-
Save mchelen/20005fcdb34d0f2168bb146e61ab3d43 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* | |
*= require rails_bootstrap_forms | |
*= require_tree ../../../vendor/assets/stylesheets/. | |
*= require_tree . | |
*/ | |
@import "bootstrap-sprockets"; | |
@import "bootstrap"; | |
@charset "utf-8"; |
This file contains hidden or 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
@import "bootstrap-sprockets"; | |
@import "bootstrap"; | |
/* | |
*= require rails_bootstrap_forms | |
*= require_tree ../../../vendor/assets/stylesheets/. | |
*= require_tree . | |
*/ | |
@charset "utf-8"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment