Skip to content

Commit

Permalink
feat: add cut plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 5, 2024
1 parent 9964674 commit 540e7f0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@diplodoc/cut-extension": "^0.2.5",
"@diplodoc/tabs-extension": "^3.3.0",
"@diplodoc/cut-extension": "^0.1.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"css": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/yfm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
@import 'table';
@import 'modal';

@import '@diplodoc/cut-extension/runtime/styles.css';
@import '@diplodoc/cut-extension/runtime';
@import '@diplodoc/tabs-extension/runtime';

0 comments on commit 540e7f0

Please sign in to comment.