mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 19:17:00 +01:00
`.divider` had a `stroke` property of `1` that was invalid. This looks like a typo from PR https://github.com/mermaid-js/mermaid/pull/1567, as the `src/theme/class.scss` file's `.divider` section correctly shows `stroke-width: 1;`. Fixes: https://github.com/mermaid-js/mermaid/pull/1567