pages-themes / midnight

Midnight is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/midnight/
Creative Commons Zero v1.0 Universal
305 stars 566 forks source link

assets/css/style.scss does not work #23

Closed lfricken closed 4 years ago

lfricken commented 4 years ago

When I add a simple class to the scss file, it fails to appear in my css file.

In assets/css/style.scss

---
---

@import "{{ site.theme }}";

.leonheader {
    max-width: 40px;
}
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.