Skip to content

Commit

Permalink
feat(template): add exports of scss in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Mar 9, 2023
1 parent 344aa56 commit c10a8a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,19 @@
},
"dependencies": {
"docsearch.js": "2.6.3"
},
"exports": {
".": {
"sass": "./styles/index.scss"
},
"./styles/variables": {
"sass": "./styles/variables.scss"
},
"./styles/index": {
"sass": "./styles/index.scss"
},
"./styles/*": {
"sass": "./styles/*"
}
}
}

0 comments on commit c10a8a0

Please sign in to comment.