RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Kallikanzarid
I think creating a file like _globals.css.scss and importing it into your SASS files is more flexible than just importing them all manually in application.css.scss.
_globals.css.scss
application.css.scss
I think creating a file like
_globals.css.scss
and importing it into your SASS files is more flexible than just importing them all manually inapplication.css.scss
.