Skip to content

Commit

Permalink
Merge pull request #1632 from mkszepp/improve-scss-import
Browse files Browse the repository at this point in the history
Add option to use `ember-power-select.scss`
  • Loading branch information
mkszepp authored Jan 8, 2024
2 parents 51b1dbb + 0198264 commit b18b304
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 1 addition & 5 deletions ember-power-select/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
@import './scss/variables.scss';

@import 'ember-basic-dropdown/_index.scss';

@import './scss/base.scss';
@import 'ember-power-select.scss';
5 changes: 5 additions & 0 deletions ember-power-select/ember-power-select.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import './scss/variables.scss';

@import 'ember-basic-dropdown/_index.scss';

@import './scss/base.scss';
2 changes: 2 additions & 0 deletions ember-power-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"./addon-main.js": "./addon-main.cjs",
"./ember-power-select.less": "./ember-power-select.less",
"./ember-power-select.scss": "./ember-power-select.scss",
"./_index.scss": "./_index.scss",
"./less/base.less": "./less/base.less",
"./scss/base.scss": "./scss/base.scss",
Expand All @@ -47,6 +48,7 @@
"declarations",
"dist",
"ember-power-select.less",
"ember-power-select.scss",
"less",
"scss",
"themes",
Expand Down

0 comments on commit b18b304

Please sign in to comment.