Skip to content

Conversation

@mkszepp
Copy link
Collaborator

@mkszepp mkszepp commented Dec 25, 2025

With this PR, support for CSS variables is introduced for plain CSS.

This can be achieved by defining the variables, for example:

:root,
:host {
  --ember-basic-dropdown-content-background-color: #fff;
  --ember-basic-dropdown-content-z-index: 1000;
  --ember-basic-dropdown-overlay-background: rgb(0 0 0 / 50%);
  --ember-basic-dropdown-overlay-pointer-events: none;
}

@mkszepp mkszepp merged commit f1df213 into master Dec 25, 2025
17 checks passed
@mkszepp mkszepp deleted the add-css-variables branch December 25, 2025 11:16
@mkszepp mkszepp mentioned this pull request Dec 25, 2025
17 tasks
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.

2 participants