Last active
July 9, 2019 16:09
-
-
Save codespore/a1daa55bb67375b26d027c3f0fab0ee6 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/javascript/packs/stylesheets/application.scss | |
@import "~bootstrap/scss/bootstrap"; // never forget the semicolon at the end | |
@import "./_custom"; | |
# app/javascript/packs/stylesheets/_custom.scss | |
h1 { | |
color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment