Append timestamp to CSS import in storybook

This commit is contained in:
Belén Albeza 2024-08-05 17:14:19 +02:00
parent 0f16f65d30
commit 457da6f23e
3 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,10 @@
<link href="/css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
<style>
body {
overflow-y: scroll;
}
#storybook-root {
height: 100%;
}
</style>