Skip to content

Commit 557b56a

Browse files
authored
Add missing scss/style exports (#1124)
1 parent 911c389 commit 557b56a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ember-basic-dropdown/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
"repository": "https://github.com/cibernox/ember-basic-dropdown",
99
"license": "MIT",
1010
"author": "Miguel Camba",
11+
"sass": "./ember-basic-dropdown.scss",
12+
"style": "./dist/vendor/ember-basic-dropdown.css",
1113
"exports": {
1214
".": {
1315
"types": "./declarations/index.d.ts",
16+
"sass": "./ember-basic-dropdown.scss",
1417
"default": "./dist/index.js"
1518
},
1619
"./*": {

0 commit comments

Comments
 (0)