We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b345916 commit d7e2268Copy full SHA for d7e2268
apps/storybook/styles.css
@@ -1,6 +1,8 @@
1
-@custom-variant dark (&:where([data-mode='dark'] &, .dark &));
+@import 'tailwindcss';
2
+
3
+@source "../../../../libs/flowbite-angular";
4
-@import '../../libs/flowbite-angular/styles/flowbite-angular.css';
5
+@custom-variant dark (&:where([data-mode='dark'] &, .dark &));
6
7
@font-face {
8
font-family: roboto;
0 commit comments