Skip to content

Commit

Permalink
💚 make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Jan 24, 2025
1 parent eaaf10e commit f2664ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
{
path: "dist/muc-patternlab-vue.es.js",
label: "JS distribution",
}
},
],
},
],
Expand Down
10 changes: 8 additions & 2 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!-- Load MDE-CSS from assets-Server -->
<link rel="stylesheet" href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-fontfaces.css" />
<link rel="stylesheet" href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css" />
<link
rel="stylesheet"
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-fontfaces.css"
/>
<link
rel="stylesheet"
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css"
/>
5 changes: 4 additions & 1 deletion docs/GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ In your Webcomponents root you should import the MDE5-CSS from assets.muenchen.d
</script>

<template>
<link href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css" rel="stylesheet">
<link
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css"
rel="stylesheet"
/>

<div>
<div v-html="mucIconsSprite"></div>
Expand Down

0 comments on commit f2664ba

Please sign in to comment.