mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Enabled styles.js for classDiagram-v2
This commit is contained in:
@@ -12,7 +12,7 @@ const getStyles = options =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
stroke: $nodeBorder;
|
stroke: ${options.nodeBorder};
|
||||||
stroke: 1;
|
stroke: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -14,7 +14,8 @@ const themes = {
|
|||||||
'flowchart-v2': flowchart,
|
'flowchart-v2': flowchart,
|
||||||
sequence,
|
sequence,
|
||||||
gantt,
|
gantt,
|
||||||
class: classDiagram,
|
classDiagram,
|
||||||
|
'classDiagram-v2': classDiagram,
|
||||||
stateDiagram,
|
stateDiagram,
|
||||||
state: stateDiagram,
|
state: stateDiagram,
|
||||||
git,
|
git,
|
||||||
|
Reference in New Issue
Block a user