Skip to content

Commit b4e55f3

Browse files
committed
Remove v8.x parts from examples
1 parent 505c92f commit b4e55f3

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
// ember-basic-dropdown v8.x
2-
@import "ember-basic-dropdown";
3-
4-
// ember-basic-dropdown v9.x+
51
@use "ember-basic-dropdown";

docs/app/components/snippets/styles-2.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
// ember-basic-dropdown v8.x
2-
// Define your variables first
3-
$ember-basic-dropdown-overlay-background: rgba(#3b5998, 0.5);
4-
5-
// Then import the styles, which will use your variable
6-
@import "ember-basic-dropdown";
7-
8-
// ember-basic-dropdown v9.x+
91
// Define your variables first
102
@use "ember-basic-dropdown/scss/variables.scss" with (
113
$ember-basic-dropdown-overlay-background: rgba(#3b5998, 0.5)

0 commit comments

Comments
 (0)