Skip to content

Commit 44cd89a

Browse files
committed
fix scss pattern
1 parent 331913b commit 44cd89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"./dist/": "./dist/",
25-
"./src/stylesheets/*.scss": "./src/stylesheets/*.scss"
25+
"./src/stylesheets/": "./src/stylesheets/"
2626
},
2727
"files": ["*.md", "dist", "lib", "es", "src"],
2828
"sideEffects": ["**/*.css"],

0 commit comments

Comments
 (0)