Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default value for $enable-deprecation-messages #32940

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

staszek998
Copy link
Contributor

As seen in the https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss, the $enable-deprecation-messages variable (line 220) is set to true by default.

Direct permalink to the line 220 @ GitHub:

$enable-deprecation-messages: true !default;

@XhmikosR XhmikosR requested a review from mdo January 30, 2021 14:07
@XhmikosR
Copy link
Member

Weird, it seems we have the same in v4-dev @mdo.

@XhmikosR XhmikosR changed the title Update the default value for $enable-deprecation-messages Fix default value for $enable-deprecation-messages Jan 30, 2021
Copy link
Member

@ffoodd ffoodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR You're right, the same in v4.6.

Left another comment regarding version: v5 should mention deprecation for v6, shouldn't it?

site/content/docs/5.0/customize/options.md Outdated Show resolved Hide resolved
site/content/docs/5.0/customize/options.md Outdated Show resolved Hide resolved
Copy link
Member

@mdo mdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With @ffoodd's suggested change, this LGTM I think.

@XhmikosR XhmikosR merged commit 203b3e2 into twbs:main Feb 3, 2021
@staszek998 staszek998 deleted the patch-1 branch February 3, 2021 19:45
XhmikosR added a commit that referenced this pull request Feb 15, 2021
* Update the default value for $enable-deprecation-messages

As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss,
the `$enable-deprecation-messages` variable is set to `true` by default.
XhmikosR added a commit that referenced this pull request Feb 17, 2021
* Update the default value for $enable-deprecation-messages

As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss,
the `$enable-deprecation-messages` variable is set to `true` by default.
XhmikosR added a commit that referenced this pull request Feb 17, 2021
* Update the default value for $enable-deprecation-messages

As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss,
the `$enable-deprecation-messages` variable is set to `true` by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants