mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:28:32 +02:00
✨ Append timestamp to CSS import in storybook
This commit is contained in:
parent
0f16f65d30
commit
457da6f23e
3 changed files with 13 additions and 3 deletions
10
frontend/resources/templates/preview-head.mustache
Normal file
10
frontend/resources/templates/preview-head.mustache
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue