File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
components/o-teaser/stories Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import parse from 'html- react-parser ' ;
1+ import { ComponentMeta , ComponentStory } from '@storybook/ react' ;
22import DOMPurify from 'dompurify' ;
3- import { ComponentStory , ComponentMeta } from '@storybook/ react' ;
3+ import parse from 'html- react-parser ' ;
44import { Teaser } from '../src/tsx/teaser' ;
55
66import './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
1616import {
1717 articleArgs ,
1818 contentPackageArgs ,
1919 contentPackageItemArgs ,
20+ heroImageArgs ,
2021 opinionArgs ,
2122 podcastArgs ,
2223 promotedArgs ,
2324 topStoryArgs ,
2425 videoArgs ,
25- heroImageArgs
2626} from './args' ;
2727
2828import { argTypes } from './arg-types' ;
You can’t perform that action at this time.
0 commit comments