Skip to content

Commit a233607

Browse files
authored
Merge pull request #3 from ttymayor/feat/astro-css-support
Export styles.css for Astro framework support
2 parents b31b262 + 6d5d1a2 commit a233607

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"default": "./dist/index.js"
1919
},
2020
"default": "./dist/index.js"
21-
}
21+
},
22+
"./dist/styles.css": "./dist/styles.css"
2223
},
2324
"main": "./dist/index.js",
2425
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)