Skip to content

Instantly share code, notes, and snippets.

@codespore
Last active July 9, 2019 16:09
Show Gist options
  • Save codespore/a1daa55bb67375b26d027c3f0fab0ee6 to your computer and use it in GitHub Desktop.
Save codespore/a1daa55bb67375b26d027c3f0fab0ee6 to your computer and use it in GitHub Desktop.
# 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