diff --git a/docs/app/components/snippets/installation-1.scss b/docs/app/components/snippets/installation-1.scss index 27a666cb..20a34f05 100644 --- a/docs/app/components/snippets/installation-1.scss +++ b/docs/app/components/snippets/installation-1.scss @@ -1,5 +1 @@ -// ember-basic-dropdown v8.x -@import "ember-basic-dropdown"; - -// ember-basic-dropdown v9.x+ @use "ember-basic-dropdown"; diff --git a/docs/app/components/snippets/styles-2.scss b/docs/app/components/snippets/styles-2.scss index 7a555a36..321d29c9 100644 --- a/docs/app/components/snippets/styles-2.scss +++ b/docs/app/components/snippets/styles-2.scss @@ -1,11 +1,3 @@ -// ember-basic-dropdown v8.x -// Define your variables first -$ember-basic-dropdown-overlay-background: rgba(#3b5998, 0.5); - -// Then import the styles, which will use your variable -@import "ember-basic-dropdown"; - -// ember-basic-dropdown v9.x+ // Define your variables first @use "ember-basic-dropdown/scss/variables.scss" with ( $ember-basic-dropdown-overlay-background: rgba(#3b5998, 0.5)