We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3581e commit 4a28e8eCopy full SHA for 4a28e8e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bosh-code/tsdown-plugin-inject-css",
3
- "description": "Inject CSS imports at the top of each chunk file in tsdown library builds",
+ "description": "Import your bundled .css files into libraries built with tsdown",
4
"version": "1.0.0",
5
"author": "Ryan Bosher <[email protected]>",
6
"bugs": "https://github.com/bosh-code/tsdown-plugin-inject-css/issues",
@@ -45,9 +45,9 @@
45
"homepage": "https://github.com/bosh-code/tsdown-plugin-inject-css",
46
"keywords": [
47
"bundle",
48
+ "bundling",
49
+ "component-library",
50
"css",
- "inject",
- "library",
51
"rolldown",
52
"rolldown-plugin",
53
"tsdown",
0 commit comments