Skip to content

Instantly share code, notes, and snippets.

@codespore
Created July 10, 2019 03:21
Show Gist options
  • Save codespore/e9d6a3da93c3e8f2330a630ba0332f1d to your computer and use it in GitHub Desktop.
Save codespore/e9d6a3da93c3e8f2330a630ba0332f1d to your computer and use it in GitHub Desktop.
// 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