Skip to content

Commit

Permalink
Revert "refactor: remove unused mermaid styles"
Browse files Browse the repository at this point in the history
This reverts commit 56f4aec.
  • Loading branch information
phodal committed Apr 23, 2020
1 parent a5bf51e commit b5d6569
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/docs/practise.md
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,10 @@ digraph {
- 持续发布
- 持续反馈

### 流程

示例:

### DevOps 流水线的跨功能需求

来源 《DevOps 架构师行动指南》
Expand Down
2 changes: 2 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@import "styles/dragula";
@import "styles/behavior";
@import "styles/mdstyles/graphviz";
@import "styles/mermaid";

@import "styles/color";
@import "styles/material-ui";
@import "styles/mobile";
Expand Down
9 changes: 9 additions & 0 deletions src/styles/_mermaid.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.mermaid-graph {
margin: 2em 0;

.sectionTitle {
tspan {
font-size: 2em;
}
}
}

0 comments on commit b5d6569

Please sign in to comment.