Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

This PR contains the following updates:

Package Change Age Confidence
open-props-scss ^0.6.0 -> ^0.8.0 age confidence

Release Notes

mayank99/open-props-scss (open-props-scss)

v0.8.0

Compare Source

Updated open-props to 1.7.7 (thanks @​Leftium). This release includes new variables for px-based sizes, system font stacks, brand colors, and more.

@​use 'open-props-scss' as op;

.foo {
  font-family: op.$font-industrial;
  min-block-size: op.$size-px-5;
  background-color: op.$brand-discord;
}

See all generated .scss files on npm.

Full source diff: mayank99/open-props-scss@v0.7.1...v0.8.0

v0.7.1

Compare Source

fixed missing internal inner-shadow-highlight variable in the shadows module.

v0.7.0

Compare Source

This release adds support for animations, thanks to @​woodcox.

Animations are made available as mixins rather than variables.

@​use 'open-props-scss' as op;

button {
  @​include op.scale-up;
}

Some animations (e.g. fade-in-bloom and fade-out-bloom) also have a dark theme version, which can be included by passing a dark argument to the mixin.

section {
  @​include op.fade-in-bloom(dark);
}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/open-props-scss-0.x branch from 476c545 to 6b07377 Compare November 3, 2024 16:30
@renovate renovate bot changed the title Update dependency open-props-scss to ^0.7.0 Update dependency open-props-scss to ^0.8.0 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/open-props-scss-0.x branch from 6b07377 to d55c360 Compare August 13, 2025 12:35
@renovate renovate bot force-pushed the renovate/open-props-scss-0.x branch from d55c360 to 5156007 Compare August 19, 2025 11:52
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.

0 participants