Skip to content

Commit

Permalink
feat(tabs): Start using @diplodoc/tabs-extension (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsesh authored Jul 31, 2023
1 parent e34c213 commit 66b7f18
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 1,478 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"prepublishOnly": "npm run lint && npm run test && npm run build"
},
"dependencies": {
"@diplodoc/tabs-extension": "^2.0.3",
"chalk": "4.1.2",
"get-root-node-polyfill": "1.0.0",
"github-slugger": "1.4.0",
Expand Down
3 changes: 2 additions & 1 deletion src/js/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import '@diplodoc-platfrom/tabs-extension/runtime';

import './polyfill';
import './tabs';
import './code';
import './cut';
import './term';
61 changes: 0 additions & 61 deletions src/js/tabs.ts

This file was deleted.

68 changes: 0 additions & 68 deletions src/scss/_tabs.scss

This file was deleted.

3 changes: 2 additions & 1 deletion src/scss/yfm.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@import 'common';
@import 'note';
@import 'anchor';
@import 'tabs';
@import 'highlight';
@import 'code';
@import 'print';
@import 'cut';
@import 'file';
@import 'term';

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

0 comments on commit 66b7f18

Please sign in to comment.