Skip to content

Commit

Permalink
feat: export CSS props
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Jul 7, 2024
1 parent 8c039b7 commit bf0cfaf
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 @@ -31,10 +31,12 @@
"./plugins/line-output-plugin": "./src/rehype-starry-night/plugins/line-output-plugin.js",
"./remark-inline-code-lang": "./src/remark-inline-code-lang/index.js",
"./rehype-starry-night-inline": "./src/rehype-starry-night-inline/index.js",
"./css": "./src/index.css"
"./css": "./src/index.css",
"./props": "./src/props.css"
},
"files": [
"src/index.css",
"src/props.css",
"src/rehype-starry-night/index.js",
"src/rehype-starry-night/plugins/header-title-plugin.js",
"src/rehype-starry-night/plugins/header-language-plugin.js",
Expand Down

0 comments on commit bf0cfaf

Please sign in to comment.