Skip to content

Conversation

@donkeypenguin
Copy link

Add !default flag to allow Sass variable overrides This allows a user of the theme to customize the value of a variable defined in variables.scss by defining it before the @import statement:

---
---

$section-headings-color: #0086b3;

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

jcbpl/cayman@0e7f5e5#diff-92c7a4b77350d7e3c737d9dd7d63b5d1905942b5fdd8d0096cac1da9bc48508a

pages-themes/cayman#9

Add !default flag to allow Sass variable overrides
This allows a user of the theme to customize the value of a variable
defined in variables.scss by defining it before the `@import` statement:

```scss
---
---

$section-headings-color: #0086b3;

@import "{{ site.theme }}";
```
@welcome
Copy link

welcome bot commented Dec 29, 2024

Welcome! Congrats on your first pull request to the Hacker theme. If you haven't already, please be sure to check out the contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant