Skip to content

(scss) Issues updating to 1.3 #1183

Answered by h-enk
jollydodo asked this question in Support
Jan 21, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Your assets/scss/app.scss override is not in line with the new @hyas/doks-core v1.3.0 app.scss — I will make a note in the docs!

The critical part:

// 2. Include any default variable overrides here
@import "common/colors";
// @import "common/variables";
// @import "common/variables-dark";
@import "common/variables-overrides";
@import "common/variables-custom";

Next to that some order differences in sections 5 and 6.

These changes worked for me:

app.scss
// Source: https://getbootstrap.com/docs/5.3/customize/sass/#importing

// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
@import "bootstrap/scss/functions";

// 2. Include any default variable overrides here
@…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@h-enk
Comment options

@jollydodo
Comment options

Answer selected by jollydodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants