Modifying the CSS stylings using the _SASS folder's MAIN.SCSS. For some reason this file exists but is not read? I'm not quite sure where this file's referenced if it even is, however, changing the file's contents does absolutely nothing.
The actual CSS is pulled from /assets/css/main.min.css <-- This is where it is pulling the style sheets.
I am wondering is there something I need to do with the SASS file for it to work? It looks like main.min.css is a machine compiled output of the aformentioned sass file.
I've tried to zero main.min.css and just replace it's contents with the sass file, or @import but before I start going any further, is there a special way to get the SASS file to work?
Thank you
Modifying the CSS stylings using the _SASS folder's MAIN.SCSS. For some reason this file exists but is not read? I'm not quite sure where this file's referenced if it even is, however, changing the file's contents does absolutely nothing.
The actual CSS is pulled from /assets/css/main.min.css <-- This is where it is pulling the style sheets.
I am wondering is there something I need to do with the SASS file for it to work? It looks like main.min.css is a machine compiled output of the aformentioned sass file.
I've tried to zero main.min.css and just replace it's contents with the sass file, or @import but before I start going any further, is there a special way to get the SASS file to work?
Thank you