Skip to content

Commit

Permalink
fix: add missing SASS entry point (#1595)
Browse files Browse the repository at this point in the history
Fixes #1596
  • Loading branch information
santam85 authored Aug 15, 2022
1 parent 3d4a22a commit c83293c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@
"./date-adapters/moment": {
"types": "./date-adapters/esm/moment/index.d.ts",
"default": "./date-adapters/esm/moment/index.js"
},
"./scss/*" : {
"sass": "./scss/*"
}
}
}

0 comments on commit c83293c

Please sign in to comment.