mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 04:09:43 +02:00
Making it possible to have style/% in class definitions as described in issue #54
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
cyr[Cyrillic]-->cyr2((Circle shape Начало))
|
||||
end
|
||||
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
|
||||
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
|
||||
classDef orange fill:#f96,stroke:#333,stroke-width:4px,font-size:50%,font-style:bold;
|
||||
class sq,e green
|
||||
class di orange
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user