mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Rename scss files
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
@import 'flow';
|
@import 'flow';
|
||||||
@import 'sequenceDiagram';
|
@import 'sequence';
|
||||||
@import 'gantt';
|
@import 'gantt';
|
||||||
@import 'classDiagram';
|
@import 'class';
|
||||||
@import 'gitGraph';
|
@import 'git';
|
||||||
|
|
||||||
.node text {
|
.node text {
|
||||||
font-family: 'trebuchet ms', verdana, arial;
|
font-family: 'trebuchet ms', verdana, arial;
|
||||||
|
5
todo.md
5
todo.md
@@ -1,10 +1,9 @@
|
|||||||
- Get familar with jison
|
- Get familar with jison
|
||||||
- git graph requires a blank line at the end. why?
|
- git graph requires a blank line at the end. why?
|
||||||
- Create a desktop client
|
- Create a desktop client
|
||||||
|
- Flowchart `interpolate` is useless because there is no rendering code using it
|
||||||
|
- Each type of diagram should have its own set of CSS.
|
||||||
- Support customization of gantt diagram xAxis format
|
- Support customization of gantt diagram xAxis format
|
||||||
- https://github.com/d3/d3-time-format#api-reference
|
- https://github.com/d3/d3-time-format#api-reference
|
||||||
- https://bl.ocks.org/wboykinm/34627426d84f3242e0e6ecb2339e9065
|
- https://bl.ocks.org/wboykinm/34627426d84f3242e0e6ecb2339e9065
|
||||||
- Some one created a great PR: https://github.com/knsv/mermaid/pull/624
|
- Some one created a great PR: https://github.com/knsv/mermaid/pull/624
|
||||||
- Flowchart `interpolate` is useless because there is no rendering code using it
|
|
||||||
- mermaid live editor saved svg file has different font-size.
|
|
||||||
- Should not have removed this part: https://github.com/knsv/mermaid/pull/577#issuecomment-372116281
|
|
||||||
|
Reference in New Issue
Block a user