-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f324c4
commit 6389c35
Showing
4 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/** | ||
Note: This file excludes cut and tabs for flexibility, | ||
as they may be handled separately in the future. | ||
Direct usage is not recommended, as the file is subject | ||
to changes without prior notice. | ||
*/ | ||
|
||
@import 'note'; | ||
@import 'file'; | ||
@import 'table'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
@import 'common'; | ||
@import 'note'; | ||
@import 'anchor'; | ||
@import 'highlight'; | ||
@import 'code'; | ||
@import 'file'; | ||
@import 'term'; | ||
@import 'table'; | ||
@import 'modal'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import 'base'; | ||
@import 'yfm-only'; | ||
@import '@diplodoc/cut-extension/runtime'; | ||
@import '@diplodoc/tabs-extension/runtime'; |