Is your feature request related to a problem? Please describe.
Currently each downstream project needs to keep it's css imports of the MDE design system in sync with this libraries version.
@import url("https://assets.muenchen.de/mde/1.0.10/css/style.css");
To make usage and setup easier we should expose either the version to include it in an import or the complete assets-URL for the projects to use.
This would make updating the library versions much easier for our users.
Is your feature request related to a problem? Please describe.
Currently each downstream project needs to keep it's css imports of the MDE design system in sync with this libraries version.
@import url("https://assets.muenchen.de/mde/1.0.10/css/style.css");To make usage and setup easier we should expose either the version to include it in an import or the complete assets-URL for the projects to use.
This would make updating the library versions much easier for our users.