analytics/assets/css/storybook.css

13 lines
255 B
CSS

@import 'tailwindcss' source(none);
/*
* 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;
}
}