Skip to content

Commit

Permalink
add scss files to export
Browse files Browse the repository at this point in the history
  • Loading branch information
tscanlin committed Apr 23, 2024
1 parent e3c8dcb commit 2fca913
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 @@ -14,7 +14,9 @@
"./dist/tocbot.js": "./dist/tocbot.js",
"./dist/tocbot.min.js": "./dist/tocbot.min.js",
"./dist/styles.css": "./dist/styles.css",
"./dist/tocbot.css": "./dist/tocbot.css"
"./dist/tocbot.css": "./dist/tocbot.css",
"./src/scss/styles.scss": "./src/scss/styles.scss",
"./src/scss/tocbot.scss": "./src/scss/tocbot.scss"
},
"scripts": {
"clean": "rm -rf dist/",
Expand Down

0 comments on commit 2fca913

Please sign in to comment.