Skip to content

Commit 6749126

Browse files
authored
Merge branch 'main' into o2-chromatic-to-deploy-lets-go
2 parents fde99d4 + 3882c89 commit 6749126

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

components/o-teaser/stories/teaser.stories.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
import parse from 'html-react-parser';
1+
import {ComponentMeta, ComponentStory} from '@storybook/react';
22
import DOMPurify from 'dompurify';
3-
import {ComponentStory, ComponentMeta} from '@storybook/react';
3+
import parse from 'html-react-parser';
44
import {Teaser} from '../src/tsx/teaser';
55

66
import './teaser.scss';
77

8-
8+
// TODO: Re-enable below when it doesn't break things in CI
99
// Include o3 foundation. This makes our demos replicate the setup teams that have migrated to O3 have/
10-
import '@financial-times/o3-foundation/css/core.css';
11-
import '@financial-times/o3-foundation/css/professional.css';
12-
import '@financial-times/o3-foundation/css/internal.css';
13-
import '@financial-times/o3-foundation/css/sustainable-views.css';
14-
import '@financial-times/o3-foundation/css/whitelabel.css';
10+
// import '@financial-times/o3-foundation/css/core.css';
11+
// import '@financial-times/o3-foundation/css/professional.css';
12+
// import '@financial-times/o3-foundation/css/internal.css';
13+
// import '@financial-times/o3-foundation/css/sustainable-views.css';
14+
// import '@financial-times/o3-foundation/css/whitelabel.css';
1515

1616
import {
1717
articleArgs,
1818
contentPackageArgs,
1919
contentPackageItemArgs,
20+
heroImageArgs,
2021
opinionArgs,
2122
podcastArgs,
2223
promotedArgs,
2324
topStoryArgs,
2425
videoArgs,
25-
heroImageArgs
2626
} from './args';
2727

2828
import {argTypes} from './arg-types';

0 commit comments

Comments
 (0)