HTML not effected by SCSS
Opened this issue · 1 comments
I am just recently exploring Bourbon, Neat, Bitters, and Refills. So far it has all been great with everything working as it should. When I got to using Refills, though, I ran into problems. The HTML does not seem to be effected by the SCSS.
I got the Centered Navigation to work first try, but when I tried to use the Hero module, it's not centered correctly, there is no background, etc. I then removed the SCSS, reloaded the page, and nothing changed, so I know there's a problem with it being linked, except I cannot seem to find one.
I have 1 HTML file, the SCSS file for the specific module, a SASS file where the SCSS is imported, and main SASS file where multiple other SASS files are imported (which is then compiled with CSS linked to HTML).
Hope my explanation wasn't too complicated (tried to just attach my files but couldn't get it to work).
Thanks for any help!
Maybe Sass wasn't compiling due to some mixin mismatches with different versions?
How are you compiling Sass? Did you see any errors there?
Which versions of Bourbon and Neat are you using?