We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040469a commit d2da171Copy full SHA for d2da171
2 files changed
docs/app/components/snippets/installation-1.scss
@@ -1 +1,5 @@
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,3 +1,11 @@
+// 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