Skip to content

Commit c83293c

Browse files
authored
fix: add missing SASS entry point (#1595)
Fixes #1596
1 parent 3d4a22a commit c83293c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@
194194
"./date-adapters/moment": {
195195
"types": "./date-adapters/esm/moment/index.d.ts",
196196
"default": "./date-adapters/esm/moment/index.js"
197+
},
198+
"./scss/*" : {
199+
"sass": "./scss/*"
197200
}
198201
}
199202
}

0 commit comments

Comments
 (0)