I’m having trouble figuring out what I’m doing wrong. I’ve added custom files and tried to override the existing ones.
application.css.scss
@import 'bootstrap-sprockets';
@import 'bootstrap';
/*
* This manifest file will be compiled into application.css, including all
* files listed below.
*
* You can reference any CSS or SCSS file in this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins by using a relative path.
*
* Feel free to add global styles here; they will appear at the end of the
* compiled file to take precedence over other styles from different files in this directory. It's recommended to create a new
* file for each style scope.
*
*= require_tree .
*= require_self
*/
Can I simply add another stylesheet?