medicode / assets /css /storybook.css
noahsettersten's picture
chore: Run `mix phx.gen.storybook`
24d78ad
raw
history blame
No virus
364 Bytes
/* This is your custom storybook stylesheet. */
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
/*
* Put your component styling within the Tailwind utilities layer.
* See the https://hexdocs.pm/phoenix_storybook/sandboxing.html guide for more info.
*/
@layer utilities {
* {
font-family: system-ui;
}
}