Skip to content

Commit ddb34d8

Browse files
authored
docs: fix storybook style (#126)
## PR Checklist Please check if your PR fulfills the following requirements: <!--- [ ] Tests for the changes have been added (for bug fixes/features)--> - [x] Docs have been added/updated (for bug fixes/features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no API changes) - [ ] Build related changes - [ ] CI-related changes - [x] Documentation content changes - [ ] Other... Please describe: ## Issue Number <!-- Bugs and features must be linked to an issue. --> Issue Number: N/A ## Does this PR introduce a breaking change? <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> - [ ] Yes - [x] No ## Other information @coderabbitai summary
2 parents 4ac93db + d7e2268 commit ddb34d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/storybook/styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
@custom-variant dark (&:where([data-mode='dark'] &, .dark &));
1+
@import 'tailwindcss';
2+
3+
@source "../../../../libs/flowbite-angular";
24

3-
@import '../../libs/flowbite-angular/styles/flowbite-angular.css';
5+
@custom-variant dark (&:where([data-mode='dark'] &, .dark &));
46

57
@font-face {
68
font-family: roboto;

0 commit comments

Comments
 (0)