We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505c92f commit b4e55f3Copy full SHA for b4e55f3
2 files changed
docs/app/components/snippets/installation-1.scss
@@ -1,5 +1 @@
1
-// ember-basic-dropdown v8.x
2
-@import "ember-basic-dropdown";
3
-
4
-// ember-basic-dropdown v9.x+
5
@use "ember-basic-dropdown";
docs/app/components/snippets/styles-2.scss
@@ -1,11 +1,3 @@
-// Define your variables first
-$ember-basic-dropdown-overlay-background: rgba(#3b5998, 0.5);
-// Then import the styles, which will use your variable
6
7
8
9
// Define your variables first
10
@use "ember-basic-dropdown/scss/variables.scss" with (
11
$ember-basic-dropdown-overlay-background: rgba(#3b5998, 0.5)
0 commit comments