Skip to content

Commit

Permalink
chore(virtualizer): update custom props
Browse files Browse the repository at this point in the history
  • Loading branch information
amen-souissi committed Sep 25, 2022
1 parent a6828da commit 5a24f19
Show file tree
Hide file tree
Showing 40 changed files with 618 additions and 3,096 deletions.
3 changes: 0 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const path = require("path");
const toPath = (filePath) => path.join(process.cwd(), filePath);

module.exports = {
stories: ["../stories/**/*.stories.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
Expand Down
17 changes: 16 additions & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
<style id="stories-style"></style>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

<style id="stories-style">
body {
margin: 0;
padding: 0;
font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
font-size: 14px;
}

* {
box-sizing: border-box;
outline: none;
}
</style>
Loading

0 comments on commit 5a24f19

Please sign in to comment.