Skip to content

Commit

Permalink
fix: Allow importing css from npm package (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmower-csnw authored Mar 20, 2024
1 parent cfe3736 commit 8551f35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
},
"browser": "./lib/index.iife.js",
"default": "./lib/index.umd.cjs"
}
},
"./lib/index.css": "./lib/index.css",
"./lib/uswds.css": "./lib/uswds.css"
},
"files": [
"lib"
Expand Down

0 comments on commit 8551f35

Please sign in to comment.