nvisionative / nvQuickTheme

nvQuickTheme is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow.
https://nvisionative.github.io/nvQuickTheme/
Other
41 stars 40 forks source link

_header.scss styles not being used #151

Closed jncraig closed 5 years ago

jncraig commented 5 years ago

Describe the bug

I've added some styles to _header.scss. That file does not seem to be loading, and the styles are not making it to style.min.css.

_footer.scss has no issues.

To Reproduce

Steps to reproduce the behavior:

  1. Add some styles to _header.scss
  2. let the project rebuild
  3. load the site
  4. styles aded to _header.scss do not seem to be included, and are not seen in style.min.css

Expected behavior

Styles would be included.

Screenshots

If applicable, add screenshots to help explain your problem.

Errors

Paste the error(s) related to this issue.

Additional context

Add any other context about the problem here.

david-poindexter commented 5 years ago

@jncraig have you modified the _sections.scss file? If not, it should build just fine. Just make sure _sections.scss has the @import 'header'; line still there.

jncraig commented 5 years ago

As usual ... ID10T!

david-poindexter commented 5 years ago

No worries @jncraig - what was the issue?

jncraig commented 5 years ago

It really was me. Not counting the laws of quantum mechanics, you really can't be in two places simultaneously. In my case, I was making changes in one place and expecting them to be seen in another.

david-poindexter commented 5 years ago

@jncraig ah okay - glad you figured it out! Have a great day.