I call chartist.css and chartist.js yet my css files seem to be reading from chartist.scss and I don't know why. I have downloaded the files from here: https://github.com/gionkunz/chartist-js/tree/master/dist and reference them as below
<!-- Chartist CSS -->
<link rel="stylesheet"
href="chartist/dist/chartist.css">
<script src="chartist/dist/chartist.min.js"></script>
If I add custom css to my chartist.css file it doesn't override the data as it seems to say I am editing chartist-settings.scss (when I click f12 inspect in Chrome). It also says that the CSS being used is chartist.scss when that is not what I reference as seen above.
I am trying to edit my charts with my own CSS but unsure on how to do so. I am not familiar with SCSS or Sass and trying to simply call and edit the CSS file.