Created
July 10, 2019 03:21
-
-
Save codespore/e9d6a3da93c3e8f2330a630ba0332f1d to your computer and use it in GitHub Desktop.
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
// app/assets/stylesheets/home.css | |
h1 { color: green; } | |
// app/javascript/stylesheets/application.scss | |
@import "~bootstrap/scss/bootstrap"; // never forget the semicolon | |
@import "./_custom"; | |
@import "stylesheets/home"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment